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 | ??ケ?? | 001111110011111110000011010100000011111100111111 | 3f3f83503f3f |
EUC-JP | ??ケ?? | 001111110011111110100101101100010011111100111111 | 3f3fa5b13f3f |
UTF-8 | 룵즽ケ룵킃 | 111010111010001110110101111011001010011010111101111000111000001010110001111010111010001110110101111011011000001010000011 | eba3b5eca6bde382b1eba3b5ed8283 |
UHC | 룵즽ケ룵킃 | 10001111101010101010001110001111101010111011000110001111101010101011010010001111 | 8faaa38fabb18faab48f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)