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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 址?蔭?B | 10011010101011000011111110001000111111000011111101000010 | 9aac3f88fc3f42 |
EUC-JP | 址?蔭?B | 11010100101011100011111110110000111111100011111101000010 | d4ae3fb0fe3f42 |
UTF-8 | 址렖蔭렓B | 11100101100111011000000011101011101000001001011011101000100101001010110111101011101000001001001101000010 | e59d80eba096e894adeba09342 |
UHC | 址렖蔭렓B | 111100101010001110001110101010111110101111100011100011101010100001000010 | f2a38eabebe38ea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)