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 | 杓煮谺 | 100011101101101110001110110011111110011010101100 | 8edb8ecfe6ac |
EUC-JP | 杓煮谺 | 101111001101110110111100110100011110110010101110 | bcddbcd1ecae |
UTF-8 | 杓煮谺 | 111001101001110110010011111001111000010110101110111010001011000010111010 | e69d93e785aee8b0ba |
UHC | 杓煮? | 1111100011110101111011011011010000111111 | f8f5edb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)