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 | 亨??嚥?? | 1000101110011100001111110011111110011010100010110011111100111111 | 8b9c3f3f9a8b3f3f |
EUC-JP | 亨??嚥?? | 1011010111111100001111110011111111010011111010110011111100111111 | b5fc3f3fd3eb3f3f |
UTF-8 | 亨얏뜥嚥들뮈 | 111001001011101010101000111011001001011010001111111010111001110010100101111001011001101010100101111010111001001110100100111010111010111010001000 | e4baa8ec968feb9ca5e59aa5eb93a4ebae88 |
UHC | 亨얏뜥嚥들뮈 | 111110101111101110111110111001101000110110101000111001101011111110110101111010011011100110111111 | fafbbee68da8e6bfb5e9b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)