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 | ¶Y¶Z | 100111101011011001011001100111101011011001011010 | 9eb6599eb65a |
SJIS-WIN | ?¶Y?¶Z | 0011111110000001111101110101100100111111100000011111011101011010 | 3f81f7593f81f75a |
EUC-JP | ?¶Y?¶Z | 0011111110100010111110010101100100111111101000101111100101011010 | 3fa2f9593fa2f95a |
UTF-8 | ¶Y¶Z | 11000010100111101100001010110110010110011100001010011110110000101011011001011010 | c29ec2b659c29ec2b65a |
UHC | ?¶Y?¶Z | 0011111110100010110100100101100100111111101000101101001001011010 | 3fa2d2593fa2d25a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)