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 | 壤壤[壤壤[^ | 1001101011011111100110101101111101011011100110101101111110011010110111110101101101011110 | 9adf9adf5b9adf9adf5b5e |
EUC-JP | 壤壤[壤壤[^ | 1101010011100001110101001110000101011011110101001110000111010100111000010101101101011110 | d4e1d4e15bd4e1d4e15b5e |
UTF-8 | 壤壤[壤壤[^ | 111001011010001110100100111001011010001110100100010110111110010110100011101001001110010110100011101001000101101101011110 | e5a3a4e5a3a45be5a3a4e5a3a45b5e |
UHC | 壤壤[壤壤[^ | 1110010110111101111001011011110101011011111001011011110111100101101111010101101101011110 | e5bde5bd5be5bde5bd5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)