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 | 榻o臨 | 100111101100111010000010100011111001011111010101 | 9ece828f97d5 |
EUC-JP | 榻o臨 | 110111001101000010100011111011111100111011010111 | dcd0a3efced7 |
UTF-8 | 榻o臨 | 111001101010011010111011111011111011110110001111111010001000011110101000 | e6a6bbefbd8fe887a8 |
UHC | 榻o臨 | 111101111011010010100011111011111101011111111100 | f7b4a3efd7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)