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 | 璋?佇經? | 1110000011110110001111111001100011001000111000110101001100111111 | e0f63f98c8e3533f |
EUC-JP | 璋?佇經? | 1110000011111000001111111101000011001010111001011011010000111111 | e0f83fd0cae5b43f |
UTF-8 | 璋렡佇經렜 | 111001111001001010001011111010111010000010100001111001001011110110000111111001111011011010010011111010111010000010011100 | e7928beba0a1e4bd87e7b693eba09c |
UHC | 璋렡佇經렜 | 11101101111100001000111010110010111011101011011111001100111010001000111010101110 | edf08eb2eeb7cce88eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)