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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???槻^ | 001111110011111100111111100100101100111001011110 | 3f3f3f92ce5e |
EUC-JP | ???槻^ | 001111110011111100111111110001001101000001011110 | 3f3f3fc4d05e |
UTF-8 | 溫뚩첑槻^ | 11100110101110101010101111101011100110101010100111101100101100101001000111100110101001111011101101011110 | e6baabeb9aa9ecb291e6a7bb5e |
UHC | 溫뚩첑槻^ | 111010001010111010001100111010001010101010011110110100001010011101011110 | e8ae8ce8aa9ed0a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)