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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邪鴫尺赦 | 1000111011010111100011101011000010001110110110101000111011001101 | 8ed78eb08eda8ecd |
EUC-JP | 邪鴫尺赦 | 1011110011011001101111001011001010111100110111001011110011001111 | bcd9bcb2bcdcbccf |
UTF-8 | 邪鴫尺赦 | 111010011000001010101010111010011011010010101011111001011011000010111010111010001011010110100110 | e982aae9b4abe5b0bae8b5a6 |
UHC | 邪?尺赦 | 11011110111101110011111111110100101010011101111011110101 | def73ff4a9def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)