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 | 牆?障?牆槁 | 11100000101011010011111110001111111000010011111111100000101011011001111011000111 | e0ad3f8fe13fe0ad9ec7 |
EUC-JP | 牆?障?牆槁 | 11100000101011110011111110111110111000110011111111100000101011111101110011001001 | e0af3fbee33fe0afdcc9 |
UTF-8 | 牆렓障렯牆槁 | 111001111000100110000110111010111010000010010011111010011001101010011100111010111010000010101111111001111000100110000110111001101010011110000001 | e78986eba093e99a9ceba0afe78986e6a781 |
UHC | 牆렓障렯牆槁 | 111011011110110110001110101010001110111010100001100011101011110011101101111011011100110110111110 | eded8ea8eea18ebcededcdbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)