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 | 臣??^ | 1001000001100010001111110011111101011110 | 90623f3f5e |
EUC-JP | 臣??^ | 1011111111000011001111110011111101011110 | bfc33f3f5e |
UTF-8 | 臣뜆듊^ | 11101000100001111010001111101011100111001000011011101011100100111000101001011110 | e887a3eb9c86eb938a5e |
UHC | 臣뜆듊^ | 11100011111011011000110110001001100010101011110101011110 | e3ed8d898abd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)