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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 樺?毫?足 | 1000101010010010001111111001111101111100001111111001000110101011 | 8a923f9f7c3f91ab |
EUC-JP | 樺?毫?足 | 1011001111110010001111111101110111011101001111111100001010101101 | b3f23fdddd3fc2ad |
UTF-8 | 樺렢毫렜足 | 111001101010100010111010111010111010000010100010111001101010111110101011111010111010000010011100111010001011011010110011 | e6a8baeba0a2e6afabeba09ce8b6b3 |
UHC | 樺렢毫렜足 | 11111011111111001000111010110011111110111100011010001110101011101111000011101011 | fbfc8eb3fbc68eaef0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)