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??B | 001111110011111101000101001111110011111101000010 | 3f3f453f3f42 |
SJIS-WIN | 蜩ュE鮓コB | 1110010110010011101011010100010111101001101101101011101001000010 | e593ad45e9b6ba42 |
EUC-JP | 蜩ュE鮓コB | 11101001111100111000111010101101010001011111001010111000100011101011101001000010 | e9f38ead45f2b88eba42 |
UTF-8 | 蜩ュE鮓コB | 1110100010011100101010011110111110111101101011010100010111101001101011101001001111101111101111011011101001000010 | e89ca9efbdad45e9ae93efbdba42 |
UHC | ??E??B | 001111110011111101000101001111110011111101000010 | 3f3f453f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)