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² | 100100100100110010010010010000101001000110110010 | 924c924291b2 |
SJIS-WIN | ?L?B?? | 001111110100110000111111010000100011111100111111 | 3f4c3f423f3f |
EUC-JP | ?L?B?? | 001111110100110000111111010000100011111100111111 | 3f4c3f423f3f |
UTF-8 | LB² | 11000010100100100100110011000010100100100100001011000010100100011100001010110010 | c2924cc29242c291c2b2 |
UHC | ?L?B?² | 00111111010011000011111101000010001111111010100111110111 | 3f4c3f423fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)