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 | ???楡^ | 001111110011111100111111100111101011111001011110 | 3f3f3f9ebe5e |
EUC-JP | ???楡^ | 001111110011111100111111110111001100000001011110 | 3f3f3fdcc05e |
UTF-8 | 채젱궷楡^ | 11101100101100011000010011101100101000001011000111101010101101101011011111100110101001011010000101011110 | ecb184eca0b1eab6b7e6a5a15e |
UHC | 채젱궷楡^ | 110000111010010011000001101011011011000111001100111010101111100001011110 | c3a4c1adb1cceaf85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)