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 | 辰巽捉炭足 | 10010010010000111001001001000110100100011010100010010010010110011001000110101011 | 9243924691a8925991ab |
EUC-JP | 辰巽捉炭足 | 11000011101001001100001110100111110000101010101011000011101110101100001010101101 | c3a4c3a7c2aac3bac2ad |
UTF-8 | 辰巽捉炭足 | 111010001011111010110000111001011011011110111101111001101000110110001001111001111000001010101101111010001011011010110011 | e8beb0e5b7bde68d89e782ade8b6b3 |
UHC | 辰巽捉炭足 | 11110010111000111110000111011110111100111011010111110111101010011111000011101011 | f2e3e1def3b5f7a9f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)