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 | 譌ソ? | 11100110100101111011111100111111 | e697bf3f |
EUC-JP | 譌ソ宼 | 11101011111101111000111010111111100011111011101011011010 | ebf78ebf8fbada |
UTF-8 | 譌ソ宼 | 111010001010110110001100111011111011110110111111111001011010111010111100 | e8ad8cefbdbfe5aebc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)