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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 若띷뮈呂볟 | 111011111010010110110100111010111001110110110111111010111010111010001000111011111010011010000000111010111011001110011111 | efa5b4eb9db7ebae88efa680ebb39f |
UHC | 若띷뮈呂볟 | 11100101101011101000110111100110101110011011111111100101111110111001001111100101 | e5ae8de6b9bfe5fb93e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)