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 | 櫤筰 | 111110101111001111100010101010011111011011011001 | faf3e2a9f6d9 |
EUC-JP | 櫤筰? | 100011111100010111010101111001001010101100111111 | 8fc5d5e4ab3f |
UTF-8 | 櫤筰 | 111001101010101110100100111001111010110110110000111011101001010010000000 | e6aba4e7adb0ee9480 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)