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 | 衽マク衽 | 1110010111010001110011111011100011110111101101011110010111010001 | e5d1cfb8f7b5e5d1 |
EUC-JP | 衽マク?衽 | 111010101101001110001110110011111000111010111000001111111110101011010011 | ead38ecf8eb83fead3 |
UTF-8 | 衽マク衽 | 111010001010000110111101111011111011111010001111111011111011110110111000111011101001011010011000111010001010000110111101 | e8a1bdefbe8fefbdb8ee9698e8a1bd |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)