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 | ◆??ひ? | 10000001100111110011111100111111100000101101000000111111 | 819f3f3f82d03f |
EUC-JP | ◆??ひ? | 10100010101000010011111100111111101001001101001000111111 | a2a13f3fa4d23f |
UTF-8 | ◆룶죴ひ룶 | 111000101001011110000110111010111010001110110110111011001010001110110100111000111000000110110010111010111010001110110110 | e29786eba3b6eca3b4e381b2eba3b6 |
UHC | ◆룶죴ひ룶 | 10100001110111111000111110101011101000011000111110101010110100101000111110101011 | a1df8faba18faad28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)