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 | áÆú? | 11100001110001101111101000111111 | e1c6fa3f |
SJIS-WIN | ???- | 0011111100111111001111111000000101111100 | 3f3f3f817c |
EUC-JP | áÆú− | 1000111110101011101000011000111110101001101000011000111110101011111000101010000111011101 | 8faba18fa9a18fabe2a1dd |
UTF-8 | áÆú− | 110000111010000111000011100001101100001110111010111000101000100010010010 | c3a1c386c3bae28892 |
UHC | ?Æ?? | 0011111110101000101000010011111100111111 | 3fa8a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)