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 | 淏齢枚浯 | 1111101101000010100101111110111010010110100001111111101011111100 | fb4297ee9687fafc |
EUC-JP | 淏齢枚浯 | 10001111110001111101100111001110111100001100101111100111100011111100011111000011 | 8fc7d9cef0cbe78fc7c3 |
UTF-8 | 淏齢枚浯 | 111001101011011110001111111010011011110110100010111001101001111010011010111001101011010110101111 | e6b78fe9bda2e69e9ae6b5af |
UHC | 淏?枚? | 111110111100100000111111110110001101110100111111 | fbc83fd8dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)