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尅 | 111000010110110110000010100011111001101110010001 | e16d828f9b91 |
EUC-JP | 疥o尅 | 111000011100111010100011111011111101010111110001 | e1cea3efd5f1 |
UTF-8 | 疥o尅 | 111001111001011010100101111011111011110110001111111001011011000010000101 | e796a5efbd8fe5b085 |
UHC | 疥o? | 1100101111001010101000111110111100111111 | cbcaa3ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)