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 | 塋??鎰 | 100110101100100000111111001111111110100001001100 | 9ac83f3fe84c |
EUC-JP | 塋??鎰 | 110101001100101000111111001111111110111110101101 | d4ca3f3fefad |
UTF-8 | 塋졼끏鎰 | 111001011010000110001011111011001010000110111100111010111000000110001111111010011000111010110000 | e5a18beca1bceb818fe98eb0 |
UHC | 塋졼끏鎰 | 1110011110101011101000001110001110000101101111111110110011110000 | e7aba0e385bfecf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)