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 | 001111111000110110011010001111110111101101100100 | 3f8d9a3f7b64 |
EUC-JP | ?忽?{d | 001111111011100111111010001111110111101101100100 | 3fb9fa3f7b64 |
UTF-8 | 뤗忽톥{d | 1110101110100100100101111110010110111111101111011110110110000110101001010111101101100100 | eba497e5bfbded86a57b64 |
UHC | 뤗忽톥{d | 1000111111000111111110111110110010110111011110000111101101100100 | 8fc7fbecb7787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)