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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 中??Q] | 100100101000011000111111001111110101000101011101 | 92863f3f515d |
EUC-JP | 中??Q] | 110000111110011000111111001111110101000101011101 | c3e63f3f515d |
UTF-8 | 中쇤걋Q] | 1110010010111000101011011110110010000111101001001110101010110001100010110101000101011101 | e4b8adec87a4eab18b515d |
UHC | 中쇤걋Q] | 1111000111101001101111001110100110110000110000000101000101011101 | f1e9bce9b0c0515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)