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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 犇珎犇B | 111000001011010011100000110111011110000010110100111100001110001101000010 | e0b4e0dde0b4f0e342 |
EUC-JP | 犇珎犇?B | 1110000010110110111000001101111111100000101101100011111101000010 | e0b6e0dfe0b63f42 |
UTF-8 | 犇珎犇B | 11100111100010101000011111100111100011111000111011100111100010101000011111101110100000101010001001000010 | e78a87e78f8ee78a87ee82a242 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)