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 | 域??甸 | 100010001110011000111111001111111001100110110010 | 88e63f3f99b2 |
EUC-JP | 域??甸 | 101100001110100000111111001111111101001010110100 | b0e83f3fd2b4 |
UTF-8 | 域듯쓨甸 | 111001011001111110011111111010111001001110101111111011001001001110101000111001111001010010111000 | e59f9feb93afec93a8e794b8 |
UHC | 域듯쓨甸 | 1110011010110100101101011110110110011101100010011110111110100100 | e6b4b5ed9d89efa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)