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´N | 1001001001001100100100100100001010010001101101001001001001001110 | 924c924291b4924e |
SJIS-WIN | ?L?B?´?N | 001111110100110000111111010000100011111110000001010011000011111101001110 | 3f4c3f423f814c3f4e |
EUC-JP | ?L?B?´?N | 001111110100110000111111010000100011111110100001101011010011111101001110 | 3f4c3f423fa1ad3f4e |
UTF-8 | LB´N | 11000010100100100100110011000010100100100100001011000010100100011100001010110100110000101001001001001110 | c2924cc29242c291c2b4c2924e |
UHC | ?L?B?´?N | 001111110100110000111111010000100011111110100010101001010011111101001110 | 3f4c3f423fa2a53f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)