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 | LB³H | 1001001001001100100100100100001010010001101100111001001001001000 | 924c924291b39248 |
SJIS-WIN | ?L?B???H | 0011111101001100001111110100001000111111001111110011111101001000 | 3f4c3f423f3f3f48 |
EUC-JP | ?L?B???H | 0011111101001100001111110100001000111111001111110011111101001000 | 3f4c3f423f3f3f48 |
UTF-8 | LB³H | 11000010100100100100110011000010100100100100001011000010100100011100001010110011110000101001001001001000 | c2924cc29242c291c2b3c29248 |
UHC | ?L?B?³?H | 001111110100110000111111010000100011111110101001111110000011111101001000 | 3f4c3f423fa9f83f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)