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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邯帶焔菫。 | 111001111011011010011011111001101000100110001011111001001011111110100001 | e7b69be6898be4bfa1 |
EUC-JP | 邯帶焔菫。 | 11101110101110001101011011101000101100011110101111101000110000011000111010100001 | eeb8d6e8b1ebe8c18ea1 |
UTF-8 | 邯帶焔菫。 | 111010011000001010101111111001011011100010110110111001111000010010010100111010001000111110101011111011111011110110100001 | e982afe5b8b6e78494e88fabefbda1 |
UHC | 邯帶?菫? | 1100101011111011110100111110000100111111110100001100101100111111 | cafbd3e13fd0cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)