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 | 硝踴章 | 100011111100100111100110111110111000111111001101 | 8fc9e6fb8fcd |
EUC-JP | 硝踴章 | 101111101100101111101100111111011011111011001111 | becbecfdbecf |
UTF-8 | 硝踴章 | 111001111010000110011101111010001011100010110100111001111010101110100000 | e7a19de8b8b4e7aba0 |
UHC | 硝?章 | 1111010110100110001111111110110111110001 | f5a63fedf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)