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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ワトレラ袙 | 110111001100010011011010110101111110010111011000 | dcc4dad7e5d8 |
EUC-JP | ワトレラ袙 | 10001110110111001000111011000100100011101101101010001110110101111110101011011010 | 8edc8ec48eda8ed7eada |
UTF-8 | ワトレラ袙 | 111011111011111010011100111011111011111010000100111011111011111010011010111011111011111010010111111010001010001010011001 | efbe9cefbe84efbe9aefbe97e8a299 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)