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 | 娃??徇?? | 1000100010100001001111110011111110011100011011010011111100111111 | 88a13f3f9c6d3f3f |
EUC-JP | 娃??徇?? | 1011000010100011001111110011111111010111110011100011111100111111 | b0a33f3fd7ce3f3f |
UTF-8 | 娃뤻숱徇꾥킆 | 111001011010100010000011111010111010010010111011111011001000100010110001111001011011111010000111111010101011111010100101111011011000001010000110 | e5a883eba4bbec88b1e5be87eabea5ed8286 |
UHC | 娃뤻숱徇꾥킆 | 111010001101111110001111111010011011110110100010111000101101111110000100111010001011010010010010 | e8df8fe9bda2e2df84e8b492 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)