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 | ?←? | 00111111100000011010100100111111 | 3f81a93f |
EUC-JP | 孼←? | 100011111011101011000011101000101010101100111111 | 8fbac3a2ab3f |
UTF-8 | 孼←뭐 | 111001011010110110111100111000101000011010010000111010111010110110010000 | e5adbce28690ebad90 |
UHC | 孼←뭐 | 111001011110110110100001111001111011100110111001 | e5eda1e7b9b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)