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 | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
UTF-8 | 吏렓E吏렓EB | 111011111010011110011110111010111010000010010011010001011110111110100111100111101110101110100000100100110100010101000010 | efa79eeba09345efa79eeba0934542 |
UHC | 吏렓E吏렓EB | 1110110010100111100011101010100001000101111011001010011110001110101010000100010101000010 | eca78ea845eca78ea84542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)