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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 躍??{d | 100101101111010000111111001111110111101101100100 | 96f43f3f7b64 |
EUC-JP | 躍??{d | 110011001111011000111111001111110111101101100100 | ccf63f3f7b64 |
UTF-8 | 躍녠많{d | 1110100010111010100011011110101110000101101000001110101110100111100011100111101101100100 | e8ba8deb85a0eba78e7b64 |
UHC | 躍녠많{d | 1110010110111000101100111110101010111000101110010111101101100100 | e5b8b3eab8b97b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)