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 | 脩後ぅ | 111000111111100110001100111000111000001010100011 | e3f98ce382a3 |
EUC-JP | 脩後ぅ | 111001101111101110111000111001011010010010100101 | e6fbb8e5a4a5 |
UTF-8 | 脩後ぅ | 111010001000010010101001111001011011111010001100111000111000000110000101 | e884a9e5be8ce38185 |
UHC | 脩後ぅ | 111000101011101111111101101011011010101010100101 | e2bbfdadaaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)