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 | 葫?俉與? | 1110010011010111001111111111101001100001111001000110111100111111 | e4d73ffa61e46f3f |
EUC-JP | 葫?俉與? | 111010001101100100111111100011111011000110111011111001111101000000111111 | e8d93f8fb1bbe7d03f |
UTF-8 | 葫硏俉與쇘 | 111010001001000110101011111001111010000110001111111001001011111110001001111010001000100010000111111011001000011110011000 | e891abe7a18fe4bf89e88887ec8798 |
UHC | 葫硏俉與쇘 | 11111011110110011110011011011010111001111110101111100110101010001011110011100111 | fbd9e6dae7ebe6a8bce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)