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 | 其箪[其箪[^ | 1001000110110100100100100101110001011011100100011011010010010010010111000101101101011110 | 91b4925c5b91b4925c5b5e |
EUC-JP | 其箪[其箪[^ | 1100001010110110110000111011110101011011110000101011011011000011101111010101101101011110 | c2b6c3bd5bc2b6c3bd5b5e |
UTF-8 | 其箪[其箪[^ | 111001011000010110110110111001111010111010101010010110111110010110000101101101101110011110101110101010100101101101011110 | e585b6e7aeaa5be585b6e7aeaa5b5e |
UHC | 其?[其?[^ | 110100001110110000111111010110111101000011101100001111110101101101011110 | d0ec3f5bd0ec3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)