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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銜。驕ョ?譽 | 111001111111000010100001111010011000000110101110001111111110011010100011 | e7f0a1e981ae3fe6a3 |
EUC-JP | 銜。驕ョ淶譽 | 11101110111100101000111010100001111100011110000110001110101011101000111111000111111001011110110010100101 | eef28ea1f1e18eae8fc7e5eca5 |
UTF-8 | 銜。驕ョ淶譽 | 111010011000101010011100111011111011110110100001111010011010100110010101111011111011110110101110111001101011011110110110111010001010110110111101 | e98a9cefbda1e9a995efbdaee6b7b6e8adbd |
UHC | 銜?驕??譽 | 111110011110011100111111110011101111011000111111001111111110011111100010 | f9e73fcef63f3fe7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)