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 | 歪???ⅱ | 10011000011000110011111100111111001111111111101001000001 | 98633f3f3ffa41 |
EUC-JP | 歪??佾? | 1100111111000100001111110011111110001111101100001111101100111111 | cfc43f3f8fb0fb3f |
UTF-8 | 歪얗듕佾ⅱ | 111001101010110110101010111011001001011010010111111010111001001110010101111001001011110110111110111000101000010110110001 | e6adaaec9697eb9395e4bdbee285b1 |
UHC | 歪얗듕佾ⅱ | 11101000111000001011111011101001101101011110010011101100111010111010010110100010 | e8e0bee9b5e4eceba5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)