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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燁??愉 | 111110110101100100111111001111111001011011111001 | fb593f3f96f9 |
EUC-JP | 燁??愉 | 10001111110010101011001100111111001111111100110011111011 | 8fcab33f3fccfb |
UTF-8 | 燁삘돧愉 | 111001111000011110000001111011001000001010011000111010111000111110100111111001101000010010001001 | e78781ec8298eb8fa7e68489 |
UHC | 燁삘돧愉 | 1110011110100111101110111110001010001001101010111110101011110000 | e7a7bbe289abeaf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)