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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紹潟脩 | 100011111101000010001010100000111110001111111001 | 8fd08a83e3f9 |
EUC-JP | 紹潟脩 | 101111101101001010110011111000111110011011111011 | bed2b3e3e6fb |
UTF-8 | 紹潟脩 | 111001111011010010111001111001101011110110011111111010001000010010101001 | e7b4b9e6bd9fe884a9 |
UHC | 紹潟脩 | 111000011100100111100000101100111110001010111011 | e1c9e0b3e2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)