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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 貔磯ス「螽ゲ] | 1110011010111110100010001110100110111101101000101110010110101000100000110101000101011101 | e6be88e9bda2e5a883515d |
EUC-JP | 貔磯ス「螽ゲ] | 11101100110000001011000011101011100011101011110110001110101000101110101010101010101001011011001001011101 | ecc0b0eb8ebd8ea2eaaaa5b25d |
UTF-8 | 貔磯ス「螽ゲ] | 11101000101100101001010011100111101000111010111111101111101111011011110111101111101111011010001011101000100111101011110111100011100000101011001001011101 | e8b294e7a3afefbdbdefbda2e89ebde382b25d |
UHC | ?磯???ゲ] | 001111111101000110110100001111110011111100111111101010111011001001011101 | 3fd1b43f3f3fabb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)