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 | 100011110101000110001110111001111000111101010001100011101110011101000010 | 8f518ee78f518ee742 |
EUC-JP | 讐守讐守B | 101111011011001010111100111010011011110110110010101111001110100101000010 | bdb2bce9bdb2bce942 |
UTF-8 | 讐守讐守B | 11101000101011101001000011100101101011101000100011101000101011101001000011100101101011101000100001000010 | e8ae90e5ae88e8ae90e5ae8842 |
UHC | 讐守讐守B | 111000101100001011100001111110101110001011000010111000011111101001000010 | e2c2e1fae2c2e1fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)