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 | 僥??慂 | 100110010100011000111111001111111001110011001000 | 99463f3f9cc8 |
EUC-JP | 僥??慂 | 110100011010011100111111001111111101100011001010 | d1a73f3fd8ca |
UTF-8 | 僥삭퀙慂 | 111001011000001110100101111011001000001010101101111011011000000010011001111001101000010110000010 | e583a5ec82aded8099e68582 |
UHC | 僥삭퀙慂 | 1110100011101001101110111110100010110011100011011110100110111101 | e8e9bbe8b38de9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)