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 | 閼幟握\ | 11101000100001001001101111101110100010001010110001011100 | e8849bee88ac5c |
EUC-JP | 閼幟握\ | 11101111111001001101011011110000101100001010111001011100 | efe4d6f0b0ae5c |
UTF-8 | 閼幟握\ | 11101001100101101011110011100101101110011001111111100110100011111010000101011100 | e996bce5b99fe68fa15c |
UHC | 閼幟握\ | 11100100110110011111011010111010111001001100010001011100 | e4d9f6bae4c45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)