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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 霜??^ | 1001000110011010001111110011111101011110 | 919a3f3f5e |
EUC-JP | 霜??^ | 1100000111111010001111110011111101011110 | c1fa3f3f5e |
UTF-8 | 霜딄女^ | 11101001100111001001110011101011100101001000010011101111101001101000000101011110 | e99c9ceb9484efa6815e |
UHC | 霜딄女^ | 11011111110111001000101011101010111001011111110001011110 | dfdc8aeae5fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)