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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?魄Y?魄bE | 001111111110100110101110010110010011111111101001101011100110001001000101 | 3fe9ae593fe9ae6245 |
EUC-JP | 鋌魄Y鋌魄bE | 10001111111001001011101111110010101100000101100110001111111001001011101111110010101100000110001001000101 | 8fe4bbf2b0598fe4bbf2b06245 |
UTF-8 | 鋌魄Y鋌魄bE | 111010011000101110001100111010011010110110000100010110011110100110001011100011001110100110101101100001000110001001000101 | e98b8ce9ad8459e98b8ce9ad846245 |
UHC | 鋌魄Y鋌魄bE | 1110111111111011110110111101111001011001111011111111101111011011110111100110001001000101 | effbdbde59effbdbde6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)