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 | 尺赦 | 100011101101101010001110110011011111001011010110 | 8eda8ecdf2d6 |
EUC-JP | 尺赦? | 1011110011011100101111001100111100111111 | bcdcbccf3f |
UTF-8 | 尺赦 | 111001011011000010111010111010001011010110100110111011101000100010001101 | e5b0bae8b5a6ee888d |
UHC | 尺赦? | 1111010010101001110111101111010100111111 | f4a9def53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)