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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 永??鉛??E | 100010010110100100111111001111111000100110010100001111110011111101000101 | 89693f3f89943f3f45 |
EUC-JP | 永??鉛??E | 101100011100101000111111001111111011000111110100001111110011111101000101 | b1ca3f3fb1f43f3f45 |
UTF-8 | 永귣젷鉛녿젶E | 11100110101100001011100011101010101101111010001111101100101000001011011111101001100010011001101111101011100001011011111111101100101000001011011001000101 | e6b0b8eab7a3eca0b7e9899beb85bfeca0b645 |
UHC | 永귣젷鉛녿젶E | 11100111101101011000001011101011101000001010101111100110111001111000011011101011101000001010101001000101 | e7b582eba0abe6e786eba0aa45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)