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 | äÑÆä | 100011111110010011010001110001101000111111100100 | 8fe4d1c68fe4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?äÑÆ?ä | 0011111110001111101010111010001110001111101010101101000010001111101010011010000100111111100011111010101110100011 | 3f8faba38faad08fa9a13f8faba3 |
UTF-8 | äÑÆä | 110000101000111111000011101001001100001110010001110000111000011011000010100011111100001110100100 | c28fc3a4c391c386c28fc3a4 |
UHC | ???Æ?? | 00111111001111110011111110101000101000010011111100111111 | 3f3f3fa8a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)