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 | ?忌尉 | 0011111110001010111101011000100011010001 | 3f8af588d1 |
EUC-JP | ?忌尉 | 0011111110110100111101111011000011010011 | 3fb4f7b0d3 |
UTF-8 | 뤜忌尉 | 111010111010010010011100111001011011111110001100111001011011000010001001 | eba49ce5bf8ce5b089 |
UHC | 뤜忌尉 | 100011111100101111010000111110111110101011001111 | 8fcbd0fbeacf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)