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] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 﨡ス驥。Q] | 1111101110100000101111011110100110000111101000010101000101011101 | fba0bde987a1515d |
EUC-JP | ?ス驥。Q] | 001111111000111010111101111100011110011110001110101000010101000101011101 | 3f8ebdf1e78ea1515d |
UTF-8 | 﨡ス驥。Q] | 1110111110101000101000011110111110111101101111011110100110101001101001011110111110111101101000010101000101011101 | efa8a1efbdbde9a9a5efbda1515d |
UHC | ??驥?Q] | 00111111001111111101000111001010001111110101000101011101 | 3f3fd1ca3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)