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 | 跿壌ク鷺陏 | 111001101111001110001111111010111011100010001101111010111110100010011010 | e6f38febb88debe89a |
EUC-JP | 跿壌ク鷺陏 | 11101100111101011011111011101101100011101011100010111010111011011110111111111010 | ecf5beed8eb8baedeffa |
UTF-8 | 跿壌ク鷺陏 | 111010001011011110111111111001011010001110001100111011111011110110111000111010011011011110111010111010011001100110001111 | e8b7bfe5a38cefbdb8e9b7bae9998f |
UHC | ???鷺? | 001111110011111100111111110101101101110000111111 | 3f3f3fd6dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)