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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 瑤??o | 1110101010100010001111110011111101101111 | eaa23f3f6f |
EUC-JP | 瑤??o | 1111010010100100001111110011111101101111 | f4a43f3f6f |
UTF-8 | 瑤꿨벊o | 11100111100100011010010011101010101111111010100011101011101100101000101001101111 | e791a4eabfa8ebb28a6f |
UHC | 瑤꿨벊o | 11101000111111011011001011100101100100111010110101101111 | e8fdb2e593ad6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)