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 | ?篩?諄 | 001111111110001010111111001111111110011001111000 | 3fe2bf3fe678 |
EUC-JP | 翟篩?諄 | 1000111111010101101111001110010011000001001111111110101111011001 | 8fd5bce4c13febd9 |
UTF-8 | 翟篩땠諄 | 111001111011111110011111111001111010111110101001111010111001010110100000111010001010101110000100 | e7bf9fe7afa9eb95a0e8ab84 |
UHC | 翟篩땠諄 | 1110111011100001110111101110100010110110101011101110001011110100 | eee1dee8b6aee2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)