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 | 尸??嘶 | 100110111001100100111111001111111001101001111100 | 9b993f3f9a7c |
EUC-JP | 尸??嘶 | 110101011111100100111111001111111101001111011101 | d5f93f3fd3dd |
UTF-8 | 尸뚨떢嘶 | 111001011011000010111000111010111001101010101000111010111001011010100010111001011001100010110110 | e5b0b8eb9aa8eb96a2e598b6 |
UHC | 尸뚨떢嘶 | 1110001110111001100011001110011110001011101101101110001110110110 | e3b98ce78bb6e3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)