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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 暙」鵆 | 11111010110110101010001111101001111110111111001101001110 | fadaa3e9fbf34e |
EUC-JP | 暙」鵆? | 1000111111000010110100101000111010100011111100101111110100111111 | 8fc2d28ea3f2fd3f |
UTF-8 | 暙」鵆 | 111001101001101010011001111011111011110110100011111010011011010110000110111011101000100110000010 | e69a99efbda3e9b586ee8982 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)