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 | 儒??? | 1000111011110010001111110011111100111111 | 8ef23f3f3f |
EUC-JP | 儒??? | 1011110011110100001111110011111100111111 | bcf43f3f3f |
UTF-8 | 儒덈쨮曆 | 111001011000010010010010111010111000110110001000111011001010100010101110111011111010011010001011 | e58492eb8d88eca8aeefa68b |
UHC | 儒덈쨮曆 | 1110101011100011100010001110101110100100100010001110011010110111 | eae388eba488e6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)