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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????臣? | 00111111001111110011111100111111100100000110001000111111 | 3f3f3f3f90623f |
EUC-JP | ????臣? | 00111111001111110011111100111111101111111100001100111111 | 3f3f3f3fbfc33f |
UTF-8 | 룶퀛㈛룵臣㈒ | 111010111010001110110110111011011000000010011011111000111000100010011011111010111010001110110101111010001000011110100011111000111000100010010010 | eba3b6ed809be3889beba3b5e887a3e38892 |
UHC | 룶퀛㈛룵臣㈒ | 100011111010101110110011100011111010100111001100100011111010101011100011111011011010100111000011 | 8fabb38fa9cc8faae3eda9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)