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 | 韋ケ驥炉 | 11101000111010001011100111101001100001111001100001000110 | e8e8b9e9879846 |
EUC-JP | 韋ケ驥炉 | 1111000011101010100011101011100111110001111001111100111110100111 | f0ea8eb9f1e7cfa7 |
UTF-8 | 韋ケ驥炉 | 111010011001111110001011111011111011110110111001111010011010100110100101111001111000001010001001 | e99f8befbdb9e9a9a5e78289 |
UHC | 韋?驥? | 111010101101111100111111110100011100101000111111 | eadf3fd1ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)