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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 濠??\ | 1000110110001010001111110011111101011100 | 8d8a3f3f5c |
EUC-JP | 濠??\ | 1011100111101010001111110011111101011100 | b9ea3f3f5c |
UTF-8 | 濠언툿\ | 11100110101111111010000011101100100101101011100011101101100010001011111101011100 | e6bfa0ec96b8ed88bf5c |
UHC | 濠언툿\ | 11111011110011001011111011110000110001011111101101011100 | fbccbef0c5fb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)