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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 筽며룧旅 | 111001111010110110111101111010111010100110110000111010111010001110100111111011111010011010000011 | e7adbdeba9b0eba3a7efa683 |
UHC | 筽며룧旅 | 1110100010100100101110001110011110001111101000001110011010100001 | e8a4b8e78fa0e6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)