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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ア?鷹? | 0011111100111111100000110100000100111111100100011110100100111111 | 3f3f83413f91e93f |
EUC-JP | ??ア?鷹? | 0011111100111111101001011010001000111111110000101110101100111111 | 3f3fa5a23fc2eb3f |
UTF-8 | 룶쾹ア룫鷹㈐ | 111010111010001110110110111011001011111010111001111000111000001010100010111010111010001110101011111010011011011110111001111000111000100010010000 | eba3b6ecbeb9e382a2eba3abe9b7b9e38890 |
UHC | 룶쾹ア룫鷹㈐ | 100011111010101110110010100011111010101110100010100011111010001011101011111011011010100111000001 | 8fabb28faba28fa2ebeda9c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)