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 | ±«}i±«}iB | 101100011010101101111101011010011011000110101011011111010110100101000010 | b1ab7d69b1ab7d6942 |
SJIS-WIN | ±?}i±?}iB | 1000000101111101001111110111110101101001100000010111110100111111011111010110100101000010 | 817d3f7d69817d3f7d6942 |
EUC-JP | ±?}i±?}iB | 1010000111011110001111110111110101101001101000011101111000111111011111010110100101000010 | a1de3f7d69a1de3f7d6942 |
UTF-8 | ±«}i±«}iB | 11000010101100011100001010101011011111010110100111000010101100011100001010101011011111010110100101000010 | c2b1c2ab7d69c2b1c2ab7d6942 |
UHC | ±?}i±?}iB | 1010000110111110001111110111110101101001101000011011111000111111011111010110100101000010 | a1be3f7d69a1be3f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)