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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ???懿??e^ | 001111110011111100111111100111001111001000111111001111110110010101011110 | 3f3f3f9cf23f3f655e |
EUC-JP | ???懿??e^ | 001111110011111100111111110110001111010000111111001111110110010101011110 | 3f3f3fd8f43f3f655e |
UTF-8 | 溜깅젩懿됰졒e^ | 1110111110100111100010111110101010111001100001011110110010100000101010011110011010000111101111111110101110010000101100001110110010100001100100100110010101011110 | efa78beab985eca0a9e687bfeb90b0eca192655e |
UHC | 溜깅젩懿됰졒e^ | 1110101011111110101100011110101110100000101000011110101111110011100010011110101110100000101111110110010101011110 | eafeb1eba0a1ebf389eba0bf655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)