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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 鮨冗粟k | 11101001101111011000111111100111100010001011111001101011 | e9bd8fe788be6b |
EUC-JP | 鮨冗粟k | 11110010101111111011111011101001101100001100000001101011 | f2bfbee9b0c06b |
UTF-8 | 鮨冗粟k | 11101001101011101010100011100101100001101001011111100111101100101001111101101011 | e9aea8e58697e7b29f6b |
UHC | ?冗粟k | 001111111110100110110111111000011101100001101011 | 3fe9b7e1d86b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)