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 | 111000001011010011100000110111011110000010110100111000001110001001000010 | e0b4e0dde0b4e0e242 |
EUC-JP | 犇珎犇珞B | 111000001011011011100000110111111110000010110110111000001110010001000010 | e0b6e0dfe0b6e0e442 |
UTF-8 | 犇珎犇珞B | 11100111100010101000011111100111100011111000111011100111100010101000011111100111100011111001111001000010 | e78a87e78f8ee78a87e78f9e42 |
UHC | ???珞B | 001111110011111100111111110101011010100001000010 | 3f3f3fd5a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)