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 | 謔溯蓑 | 111001101000001010011111111010001001011010101010 | e6829fe896aa |
EUC-JP | 謔溯蓑 | 111010111110001011011110111010101100110010101100 | ebe2deeaccac |
UTF-8 | 謔溯蓑 | 111010001010110010010100111001101011101010101111111010001001001110010001 | e8ac94e6baafe89391 |
UHC | 謔溯蓑 | 111110011100110011100001101111011101111011101110 | f9cce1bddeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)