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 | 疥o椰 | 111000010110110110000010100011111001111010111101 | e16d828f9ebd |
EUC-JP | 疥o椰 | 111000011100111010100011111011111101110010111111 | e1cea3efdcbf |
UTF-8 | 疥o椰 | 111001111001011010100101111011111011110110001111111001101010010010110000 | e796a5efbd8fe6a4b0 |
UHC | 疥o椰 | 110010111100101010100011111011111110010110101011 | cbcaa3efe5ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)