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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 醯??甕 | 111001111100111100111111001111111110000101010000 | e7cf3f3fe150 |
EUC-JP | 醯??甕 | 111011101101000100111111001111111110000110110001 | eed13f3fe1b1 |
UTF-8 | 醯㏝듅甕 | 111010011000011010101111111000111000111110011101111010111001001110000101111001111001010010010101 | e986afe38f9deb9385e79495 |
UHC | 醯㏝듅甕 | 1111101110111000101001111110100110001010101110011110100010111000 | fbb8a7e98ab9e8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)