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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 炭速臓族] | 100100100101100110010001101011001001000110011111100100011011000001011101 | 925991ac919f91b05d |
EUC-JP | 炭速臓族] | 110000111011101011000010101011101100001010100001110000101011001001011101 | c3bac2aec2a1c2b25d |
UTF-8 | 炭速臓族] | 11100111100000101010110111101001100000001001111111101000100001111001001111100110100101111000111101011101 | e782ade9809fe88793e6978f5d |
UHC | 炭速?族] | 1111011110101001111000011101110000111111111100001110100101011101 | f7a9e1dc3ff0e95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)