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 | 尺釈靹 | 100011101101101010001110110111111110100011010110 | 8eda8edfe8d6 |
EUC-JP | 尺釈靹 | 101111001101110010111100111000011111000011011000 | bcdcbce1f0d8 |
UTF-8 | 尺釈靹 | 111001011011000010111010111010011000011110001000111010011001110110111001 | e5b0bae98788e99db9 |
UHC | 尺?? | 11110100101010010011111100111111 | f4a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)