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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霍瑚キ沓 | 11101000101101111000110011101000101101111000110001000010 | e8b78ce8b78c42 |
EUC-JP | 霍瑚キ沓 | 1111000010111001101110001110101010001110101101111011011110100011 | f0b9b8ea8eb7b7a3 |
UTF-8 | 霍瑚キ沓 | 111010011001110010001101111001111001000110011010111011111011110110110111111001101011001010010011 | e99c8de7919aefbdb7e6b293 |
UHC | ?瑚?沓 | 001111111111101111010001001111111101001111001011 | 3ffbd13fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)