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 | ??Z? | 00111111001111110101101000111111 | 3f3f5a3f |
SJIS-WIN | 逅ウZ甯 | 111001111001000010110011010110101111101010101000 | e790b35afaa8 |
EUC-JP | 逅ウZ甯 | 1110110111110000100011101011001101011010100011111100110110101010 | edf08eb35a8fcdaa |
UTF-8 | 逅ウZ甯 | 11101001100000001000010111101111101111011011001101011010111001111001010010101111 | e98085efbdb35ae794af |
UHC | 逅?Z? | 1111110110110001001111110101101000111111 | fdb13f5a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)