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 | 100100001101111100111111001111110111101101100100 | 90df3f3f7b64 |
EUC-JP | 節??{d | 110000001110000100111111001111110111101101100100 | c0e13f3f7b64 |
UTF-8 | 節깍쉿{d | 1110011110101111100000001110101010111001100011011110110010001001101111110111101101100100 | e7af80eab98dec89bf7b64 |
UHC | 節깍쉿{d | 1110111110111101101100011110111110111101101100100111101101100100 | efbdb1efbdb27b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)