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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉞喙截 | 111001111110011010011010010110111001110101000010 | e7e69a5b9d42 |
EUC-JP | 鉞喙截 | 111011101110100011010011101111001101100110100011 | eee8d3bcd9a3 |
UTF-8 | 鉞喙截 | 111010011000100110011110111001011001011010011001111001101000100010101010 | e9899ee59699e688aa |
UHC | 鉞喙截 | 111010101100011111111101110000101110111110111000 | eac7fdc2efb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)