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 | 讒ィ轢冗、腺 | 11100110101001111010100011100111100000001000111111100111101001001001000101000010 | e6a7a8e7808fe7a49142 |
EUC-JP | 讒ィ轢冗、腺 | 111011001010100110001110101010001110110111100000101111101110100110001110101001001100000110100011 | eca98ea8ede0bee98ea4c1a3 |
UTF-8 | 讒ィ轢冗、腺 | 111010001010111010010010111011111011110110101000111010001011110110100010111001011000011010010111111011111011110110100100111010001000010110111010 | e8ae92efbda8e8bda2e58697efbda4e885ba |
UHC | 讒?轢冗?腺 | 11110011110110000011111111010101111110011110100110110111001111111110000011001101 | f3d83fd5f9e9b73fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)