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 | 艤?薔?葬? | 111001000111111000111111111001010100101100111111100100011001001000111111 | e47e3fe54b3f91923f |
EUC-JP | 艤?薔?葬? | 111001111101111100111111111010011010110000111111110000011111001000111111 | e7df3fe9ac3fc1f23f |
UTF-8 | 艤렑薔렡葬렍 | 111010001000100110100100111010111010000010010001111010001001011010010100111010111010000010100001111010001001000110101100111010111010000010001101 | e889a4eba091e89694eba0a1e891aceba08d |
UHC | 艤렑薔렡葬렍 | 111010111111101010001110101001101110110111111001100011101011001011101101111101111000111010100011 | ebfa8ea6edf98eb2edf78ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)