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 | 助?遣齊坊 | 100011111001010100111111100011001010110111101010100011101001011001010110 | 8f953f8cadea8e9656 |
EUC-JP | 助?遣齊坊 | 101111011111010100111111101110001010111111110011111011101100101110110111 | bdf53fb8aff3eecbb7 |
UTF-8 | 助뀌遣齊坊 | 111001011000101010101001111010111000000010001100111010011000000110100011111010011011110110001010111001011001110110001010 | e58aa9eb808ce981a3e9bd8ae59d8a |
UHC | 助뀌遣齊坊 | 11110000101111101011001011101110110011001011101011110000101110101101101110101001 | f0beb2eeccbaf0badba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)