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 | ??To | 00111111001111110101010001101111 | 3f3f546f |
SJIS-WIN | 鮏竺To | 111111000100001110001110101100010101010001101111 | fc438eb1546f |
EUC-JP | 鮏竺To | 10001111111010101101101110111100101100110101010001101111 | 8feadbbcb3546f |
UTF-8 | 鮏竺To | 1110100110101110100011111110011110101011101110100101010001101111 | e9ae8fe7abba546f |
UHC | ?竺To | 0011111111110101111001110101010001101111 | 3ff5e7546f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)