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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?斑???? | 00111111100101001100000100111111001111110011111100111111 | 3f94c13f3f3f3f |
EUC-JP | 焌斑???? | 100011111100100111101000110010001100001100111111001111110011111100111111 | 8fc9e8c8c33f3f3f3f |
UTF-8 | 焌斑렏흘렩렍 | 111001111000010010001100111001101001011010010001111010111010000010001111111011011001110110011000111010111010000010101001111010111010000010001101 | e7848ce69691eba08fed9d98eba0a9eba08d |
UHC | 焌斑렏흘렩렍 | 111100011110000011011010111010001000111010100101110010001110101010001110101101111000111010100011 | f1e0dae88ea5c8ea8eb78ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)