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 | 楔僥舌? | 10011110101101101001100101000110100100001110001100111111 | 9eb6994690e33f |
EUC-JP | 楔僥舌? | 11011100101110001101000110100111110000001110010100111111 | dcb8d1a7c0e53f |
UTF-8 | 楔僥舌쐛 | 111001101010010110010100111001011000001110100101111010001000100010001100111011001001000010011011 | e6a594e583a5e8888cec909b |
UHC | 楔僥舌쐛 | 1110000011011011111010001110100111100000110111111001110010000001 | e0dbe8e9e0df9c81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)