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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 譽ァh譽 | 111001101010001110100111011010001110011010100011 | e6a3a768e6a3 |
EUC-JP | 譽ァh譽 | 11101100101001011000111010100111011010001110110010100101 | eca58ea768eca5 |
UTF-8 | 譽ァh譽 | 11101000101011011011110111101111101111011010011101101000111010001010110110111101 | e8adbdefbda768e8adbd |
UHC | 譽?h譽 | 111001111110001000111111011010001110011111100010 | e7e23f68e7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)