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 | ???朞 | 0011111100111111001111111001111001001101 | 3f3f3f9e4d |
EUC-JP | ?鉥?朞 | 00111111100011111110001111101000001111111101101110101110 | 3f8fe3e83fdbae |
UTF-8 | 룶鉥룵朞 | 111010111010001110110110111010011000100110100101111010111010001110110101111001101001110010011110 | eba3b6e989a5eba3b5e69c9e |
UHC | 룶鉥룵朞 | 1000111110101011111000101111110010001111101010101101000110100001 | 8fabe2fc8faad1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)