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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??艤? | 0011111100111111111001000111111000111111 | 3f3fe47e3f |
EUC-JP | 釪?艤? | 10001111111000111010110100111111111001111101111100111111 | 8fe3ad3fe7df3f |
UTF-8 | 釪렟艤렡 | 111010011000011110101010111010111010000010011111111010001000100110100100111010111010000010100001 | e987aaeba09fe889a4eba0a1 |
UHC | 釪렟艤렡 | 1110100111101001100011101011000011101011111110101000111010110010 | e9e98eb0ebfa8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)