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¯B | 10010010010011001001001001000010100100011010111101000010 | 924c924291af42 |
SJIS-WIN | ?L?B??B | 00111111010011000011111101000010001111110011111101000010 | 3f4c3f423f3f42 |
EUC-JP | ?L?B?¯B | 001111110100110000111111010000100011111110001111101000101011010001000010 | 3f4c3f423f8fa2b442 |
UTF-8 | LB¯B | 1100001010010010010011001100001010010010010000101100001010010001110000101010111101000010 | c2924cc29242c291c2af42 |
UHC | ?L?B??B | 00111111010011000011111101000010001111110011111101000010 | 3f4c3f423f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)