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 | ???愛②? | 0011111100111111001111111000100010100100100001110100000100111111 | 3f3f3f88a487413f |
EUC-JP | ???愛?? | 00111111001111110011111110110000101001100011111100111111 | 3f3f3fb0a63f3f |
UTF-8 | 娛먪럷愛②쪧 | 111001011010100010011011111010111010100010101010111010111001111110110111111001101000010010011011111000101001000110100001111011001010101010100111 | e5a89beba8aaeb9fb7e6849be291a1ecaaa7 |
UHC | 娛먪럷愛②쪧 | 111001111111010010010000111001111000111010010110111001001111000110101000111010001010010110100000 | e7f490e78e96e4f1a8e8a5a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)