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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?享? | 00111111100010111001110100111111 | 3f8b9d3f |
EUC-JP | ?享? | 00111111101101011111110100111111 | 3fb5fd3f |
UTF-8 | 뽢享룜 | 111010111011110110100010111001001011101010101011111010111010001110011100 | ebbda2e4baabeba39c |
UHC | 뽢享룜 | 100101101101111011111010101111011000111110011000 | 96defabd8f98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)