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??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 蜊アE蜊アEB | 111001011000110110110001010001011110010110001101101100010100010101000010 | e58db145e58db14542 |
EUC-JP | 蜊アE蜊アEB | 1110100111101101100011101011000101000101111010011110110110001110101100010100010101000010 | e9ed8eb145e9ed8eb14542 |
UTF-8 | 蜊アE蜊アEB | 111010001001110010001010111011111011110110110001010001011110100010011100100010101110111110111101101100010100010101000010 | e89c8aefbdb145e89c8aefbdb14542 |
UHC | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)