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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 壤?~@h | 10011010110111110011111110000001011000000100000001101000 | 9adf3f81604068 |
EUC-JP | 壤?〜@h | 11010100111000010011111110100001110000010100000001101000 | d4e13fa1c14068 |
UTF-8 | 壤쀫~@h | 1110010110100011101001001110110010000000101010111110111110111101100111100100000001101000 | e5a3a4ec80abefbd9e4068 |
UHC | 壤쀫~@h | 1110010110111101100101111110101110100010101001100100000001101000 | e5bd97eba2a64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)