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 | LLB | 100000011001000110000001010011001000000110010001100000010100110001000010 | 8191814c8191814c42 |
SJIS-WIN | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
EUC-JP | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
UTF-8 | LLB | 110000101000000111000010100100011100001010000001010011001100001010000001110000101001000111000010100000010100110001000010 | c281c291c2814cc281c291c2814c42 |
UHC | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)