To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?與?崇 | 001111111110010001101111001111111001000010010010 | 3fe46f3f9092 |
EUC-JP | ?與?崇 | 001111111110011111010000001111111011111111110010 | 3fe7d03fbff2 |
UTF-8 | 쒔與쒀崇 | 111011001001001010010100111010001000100010000111111011001001001010000000111001011011010010000111 | ec9294e88887ec9280e5b487 |
UHC | 쒔與쒀崇 | 1011111010101101111001101010100010111110101011001110001011111101 | beade6a8beace2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)