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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?⑨??⑨?^ | 001111111000011101001000001111110011111110000111010010000011111101011110 | 3f87483f3f87483f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 曆⑨쪣曆⑨쪣^ | 11101111101001101000101111100010100100011010100011101100101010101010001111101111101001101000101111100010100100011010100011101100101010101010001101011110 | efa68be291a8ecaaa3efa68be291a8ecaaa35e |
UHC | 曆⑨쪣曆⑨쪣^ | 11100110101101111010100011101111101001011001110011100110101101111010100011101111101001011001110001011110 | e6b7a8efa59ce6b7a8efa59c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)