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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 航?痔檍?? | 100011010111000100111111100011101010010010011110111110000011111100111111 | 8d713f8ea49ef83f3f |
EUC-JP | 航?痔檍?? | 101110011101001000111111101111001010011011011100111110100011111100111111 | b9d23fbca6dcfa3f3f |
UTF-8 | 航었痔檍띄홧 | 111010001000100010101010111011001001011110001000111001111001011110010100111001101010101010001101111010111001110110000100111011011001100110100111 | e888aaec9788e79794e6aa8deb9d84ed99a7 |
UHC | 航었痔檍띄홧 | 111110011111111010111110111110101111011011000000111001011110010110110110111001111100100010110001 | f9febefaf6c0e5e5b6e7c8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)