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 | 譽乗」戎 | 11100110101000111000111111100110101000111000111101011110 | e6a38fe6a38f5e |
EUC-JP | 譽乗」戎 | 1110110010100101101111101110100010001110101000111011110110111111 | eca5bee88ea3bdbf |
UTF-8 | 譽乗」戎 | 111010001010110110111101111001001011100110010111111011111011110110100011111001101000100010001110 | e8adbde4b997efbda3e6888e |
UHC | 譽??戎 | 111001111110001000111111001111111110101111010100 | e7e23f3febd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)