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 | 踞咏鮎 | 111001101111010110011001111001111000100010111100 | e6f599e788bc |
EUC-JP | 踞咏鮎 | 111011001111011111010010111010011011000010111110 | ecf7d2e9b0be |
UTF-8 | 踞咏鮎 | 111010001011100010011110111001011001001010001111111010011010111010001110 | e8b89ee5928fe9ae8e |
UHC | 踞?鮎 | 1100101111100110001111111110111111000110 | cbe63fefc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)