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 | ??r]H | 0011111100111111011100100101110101001000 | 3f3f725d48 |
SJIS-WIN | ?}r]H | 001111111000000101110000011100100101110101001000 | 3f8170725d48 |
EUC-JP | ?}r]H | 001111111010000111010001011100100101110101001000 | 3fa1d1725d48 |
UTF-8 | 룵}r]H | 111010111010001110110101111011111011110110011101011100100101110101001000 | eba3b5efbd9d725d48 |
UHC | 룵}r]H | 10001111101010101010001111111101011100100101110101001000 | 8faaa3fd725d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)