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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 臾?た維? | 1110010001101011001111111000001010111101100010001101101100111111 | e46b3f82bd88db3f |
EUC-JP | 臾?た維? | 1110011111001100001111111010010010111111101100001101110100111111 | e7cc3fa4bfb0dd3f |
UTF-8 | 臾곕た維쒮 | 111010001000011110111110111010101011001110010101111000111000000110011111111001111011011010101101111011001001001010101110 | e887beeab395e3819fe7b6adec92ae |
UHC | 臾곕た維쒮 | 11101011101011001011000011101011101010101011111111101011101010111001110101000101 | ebacb0ebaabfebab9d45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)