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 | 禎私??迅? | 100100101111010110001110100001000011111100111111100100000111011000111111 | 92f58e843f3f90763f |
EUC-JP | 禎私??迅? | 110001001111011110111011111001000011111100111111101111111101011100111111 | c4f7bbe43f3fbfd73f |
UTF-8 | 禎私렱렊迅렯 | 111001111010011010001110111001111010011110000001111010111010000010110001111010111010000010001010111010001011111110000101111010111010000010101111 | e7a68ee7a781eba0b1eba08ae8bf85eba0af |
UHC | 禎私렱렊迅렯 | 111011111110111011011110111001111000111010111110100011101010000111100011111101101000111010111100 | efeedee78ebe8ea1e3f68ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)