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 | 箋??徇?? | 1110001010110011001111110011111110011100011011010011111100111111 | e2b33f3f9c6d3f3f |
EUC-JP | 箋??徇?? | 1110010010110101001111110011111111010111110011100011111100111111 | e4b53f3fd7ce3f3f |
UTF-8 | 箋덈쳢徇롧뗄 | 111001111010111010001011111010111000110110001000111011001011001110100010111001011011111010000111111010111010000110100111111010111001011110000100 | e7ae8beb8d88ecb3a2e5be87eba1a7eb9784 |
UHC | 箋덈쳢徇롧뗄 | 111011111010100010001000111010111010101110001000111000101101111110001110111001111011011010111111 | efa888ebab88e2df8ee7b6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)