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 | 紙?迅? | 100011101000011000111111100100000111011000111111 | 8e863f90763f |
EUC-JP | 紙?迅? | 101110111110011000111111101111111101011100111111 | bbe63fbfd73f |
UTF-8 | 紙렧迅렯 | 111001111011010010011001111010111010000010100111111010001011111110000101111010111010000010101111 | e7b499eba0a7e8bf85eba0af |
UHC | 紙렧迅렯 | 1111001010110101100011101011011011100011111101101000111010111100 | f2b58eb6e3f68ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)