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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 犇犇B | 11100000101101001111000011111100111100001110100111100000101101001111000011111100111100001110100101000010 | e0b4f0fcf0e9e0b4f0fcf0e942 |
EUC-JP | 犇??犇??B | 111000001011011000111111001111111110000010110110001111110011111101000010 | e0b63f3fe0b63f3f42 |
UTF-8 | 犇犇B | 11100111100010101000011111101110100000101011101111101110100000101010100011100111100010101000011111101110100000101011101111101110100000101010100001000010 | e78a87ee82bbee82a8e78a87ee82bbee82a842 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)