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 | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
| SJIS-WIN | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
| EUC-JP | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
| UTF-8 | 묳뫇뫉L묳뫇뫉LB | 111010111010110010110011111010111010101110000111111010111010101110001001010011001110101110101100101100111110101110101011100001111110101110101011100010010100110001000010 | ebacb3ebab87ebab894cebacb3ebab87ebab894c42 |
| UHC | 묳뫇뫉L묳뫇뫉LB | 100100100100101010010001101010101001000110101011010011001001001001001010100100011010101010010001101010110100110001000010 | 924a91aa91ab4c924a91aa91ab4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)