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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | 芩?[芩?[^ | 1000111111010111110000110011111101011011100011111101011111000011001111110101101101011110 | 8fd7c33f5b8fd7c33f5b5e |
UTF-8 | 芩줴[芩줴[^ | 111010001000101010101001111011001010010010110100010110111110100010001010101010011110110010100100101101000101101101011110 | e88aa9eca4b45be88aa9eca4b45b5e |
UHC | 芩줴[芩줴[^ | 1101000011011001110000011110001001011011110100001101100111000001111000100101101101011110 | d0d9c1e25bd0d9c1e25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)