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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 藥?譽 | 1110010101011010001111111110011010100011 | e55a3fe6a3 |
EUC-JP | 藥?譽 | 1110100110111011001111111110110010100101 | e9bb3feca5 |
UTF-8 | 藥퐆譽 | 111010001001011110100101111011011001000010000110111010001010110110111101 | e897a5ed9086e8adbd |
UHC | 藥퐆譽 | 111001011011011110111101011010111110011111100010 | e5b7bd6be7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)