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 | ?東盂誼 | 00111111100100111000110011100001101100011000101101100010 | 3f938ce1b18b62 |
EUC-JP | ?東盂誼 | 00111111110001011110110011100010101100111011010111000011 | 3fc5ece2b3b5c3 |
UTF-8 | 뤯東盂誼 | 111010111010010010101111111001101001110110110001111001111001101110000010111010001010101010111100 | eba4afe69db1e79b82e8aabc |
UHC | 뤯東盂誼 | 1000111111011101110101001101010011101001110111011110101111111110 | 8fddd4d4e9ddebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)