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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 猝猝[猝猝[^ | 1110000011001010111000001100101001011011111000001100101011100000110010100101101101011110 | e0cae0ca5be0cae0ca5b5e |
EUC-JP | 猝猝[猝猝[^ | 1110000011001100111000001100110001011011111000001100110011100000110011000101101101011110 | e0cce0cc5be0cce0cc5b5e |
UTF-8 | 猝猝[猝猝[^ | 111001111000110010011101111001111000110010011101010110111110011110001100100111011110011110001100100111010101101101011110 | e78c9de78c9d5be78c9de78c9d5b5e |
UHC | 猝猝[猝猝[^ | 1111000011110001111100001111000101011011111100001111000111110000111100010101101101011110 | f0f1f0f15bf0f1f0f15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)