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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 溜깅죭琉띈죱吏 | 111011111010011110001011111010101011100110000101111011001010001110101101111011111010011110001100111010111001110110001000111011001010001110110001111011111010011110011110 | efa78beab985eca3adefa78ceb9d88eca3b1efa79e |
UHC | 溜깅죭琉띈죱吏 | 1110101011111110101100011110101110100001100010001110101110100100101101101110100010100001100011001110110010100111 | eafeb1eba188eba4b6e8a18ceca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)