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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辰卒辰測臓 | 10010010010000111001000110110010100100100100001110010001101010101001000110011111 | 924391b2924391aa919f |
EUC-JP | 辰卒辰測臓 | 11000011101001001100001010110100110000111010010011000010101011001100001010100001 | c3a4c2b4c3a4c2acc2a1 |
UTF-8 | 辰卒辰測臓 | 111010001011111010110000111001011000110110010010111010001011111010110000111001101011100010101100111010001000011110010011 | e8beb0e58d92e8beb0e6b8ace88793 |
UHC | 辰卒辰測? | 111100101110001111110000111011111111001011100011111101101011010000111111 | f2e3f0eff2e3f6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)