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 | LU | 10010010010011001001001001010101 | 924c9255 |
SJIS-WIN | ?L?U | 00111111010011000011111101010101 | 3f4c3f55 |
EUC-JP | ?L?U | 00111111010011000011111101010101 | 3f4c3f55 |
UTF-8 | LU | 110000101001001001001100110000101001001001010101 | c2924cc29255 |
UHC | ?L?U | 00111111010011000011111101010101 | 3f4c3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)