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 | 助?依??? | 1000111110010101001111111000100011001011001111110011111100111111 | 8f953f88cb3f3f3f |
EUC-JP | 助?依??? | 1011110111110101001111111011000011001101001111110011111100111111 | bdf53fb0cd3f3f3f |
UTF-8 | 助렼依렭렻렍 | 111001011000101010101001111010111010000010111100111001001011111010011101111010111010000010101101111010111010000010111011111010111010000010001101 | e58aa9eba0bce4be9deba0adeba0bbeba08d |
UHC | 助렼依렭렻렍 | 111100001011111010001110110001001110101111101110100011101011101010001110110000111000111010100011 | f0be8ec4ebee8eba8ec38ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)