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??G | 001111110011111101000101001111110011111101000111 | 3f3f453f3f47 |
SJIS-WIN | 蜩ュE鮓コG | 1110010110010011101011010100010111101001101101101011101001000111 | e593ad45e9b6ba47 |
EUC-JP | 蜩ュE鮓コG | 11101001111100111000111010101101010001011111001010111000100011101011101001000111 | e9f38ead45f2b88eba47 |
UTF-8 | 蜩ュE鮓コG | 1110100010011100101010011110111110111101101011010100010111101001101011101001001111101111101111011011101001000111 | e89ca9efbdad45e9ae93efbdba47 |
UHC | ??E??G | 001111110011111101000101001111110011111101000111 | 3f3f453f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)