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 | 迹咏孱 | 111001111001000110011001111001111001101110100001 | e79199e79ba1 |
EUC-JP | 迹咏孱 | 111011011111000111010010111010011101011010100011 | edf1d2e9d6a3 |
UTF-8 | 迹咏孱 | 111010001011111110111001111001011001001010001111111001011010110110110001 | e8bfb9e5928fe5adb1 |
UHC | 迹?孱 | 1110111011101001001111111110110111001111 | eee93fedcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)