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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 帳??h帳?? | 100100101010000000111111001111110110100010010010101000000011111100111111 | 92a03f3f6892a03f3f |
EUC-JP | 帳??h帳?? | 110001001010001000111111001111110110100011000100101000100011111100111111 | c4a23f3f68c4a23f3f |
UTF-8 | 帳쀮뱵h帳쀮뱵 | 11100101101110001011001111101100100000001010111011101011101100011011010101101000111001011011100010110011111011001000000010101110111010111011000110110101 | e5b8b3ec80aeebb1b568e5b8b3ec80aeebb1b5 |
UHC | 帳쀮뱵h帳쀮뱵 | 11101101111000111001011111101110100100111001101101101000111011011110001110010111111011101001001110011011 | ede397ee939b68ede397ee939b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)