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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鎰?佇經? | 1110100001001100001111111001100011001000111000110101001100111111 | e84c3f98c8e3533f |
EUC-JP | 鎰?佇經? | 1110111110101101001111111101000011001010111001011011010000111111 | efad3fd0cae5b43f |
UTF-8 | 鎰렡佇經렜 | 111010011000111010110000111010111010000010100001111001001011110110000111111001111011011010010011111010111010000010011100 | e98eb0eba0a1e4bd87e7b693eba09c |
UHC | 鎰렡佇經렜 | 11101100111100001000111010110010111011101011011111001100111010001000111010101110 | ecf08eb2eeb7cce88eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)