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 | 111010001011000110010101110100001011110001000010 | e8b195d0bc42 |
SJIS-WIN | ?±???B | 00111111100000010111110100111111001111110011111101000010 | 3f817d3f3f3f42 |
EUC-JP | è±???B | 100011111010101110110010101000011101111000111111001111110011111101000010 | 8fabb2a1de3f3f3f42 |
UTF-8 | è±Ð¼B | 1100001110101000110000101011000111000010100101011100001110010000110000101011110001000010 | c3a8c2b1c295c390c2bc42 |
UHC | ?±?мB | 001111111010000110111110001111111010100010100010101010001111100101000010 | 3fa1be3fa8a2a8f942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)