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 | ??啼 | 00111111001111111001101001100101 | 3f3f9a65 |
EUC-JP | 濩?啼 | 100011111100100110100100001111111101001111000110 | 8fc9a43fd3c6 |
UTF-8 | 濩렏啼 | 111001101011111110101001111010111010000010001111111001011001010110111100 | e6bfa9eba08fe595bc |
UHC | 濩렏啼 | 111110111100110110001110101001011111000010100110 | fbcd8ea5f0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)