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 | 帳?ズ詣 | 10010010101000000011111110000011010110011000110001110111 | 92a03f83598c77 |
EUC-JP | 帳?ズ詣 | 11000100101000100011111110100101101110101011011111011000 | c4a23fa5bab7d8 |
UTF-8 | 帳든ズ詣 | 111001011011100010110011111010111001001110100000111000111000001010111010111010001010100110100011 | e5b8b3eb93a0e382bae8a9a3 |
UHC | 帳든ズ詣 | 1110110111100011101101011110011110101011101110101110011111100001 | ede3b5e7abbae7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)