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 | 貂滔擘裼ケ貂 | 1110011010111000100111111110101110011101101001001110010111100111101110011110011010111000 | e6b89feb9da4e5e7b9e6b8 |
EUC-JP | 貂滔擘裼ケ貂 | 111011001011101011011110111011011101101010100110111010101110100110001110101110011110110010111010 | ecbadeeddaa6eae98eb9ecba |
UTF-8 | 貂滔擘裼ケ貂 | 111010001011001010000010111001101011101110010100111001101001001110011000111010001010001110111100111011111011110110111001111010001011001010000010 | e8b282e6bb94e69398e8a3bcefbdb9e8b282 |
UHC | 貂滔擘??貂 | 11110101101100001101010010100101110110111111101100111111001111111111010110110000 | f5b0d4a5dbfb3f3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)