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 | ??x{d | 0011111100111111011110000111101101100100 | 3f3f787b64 |
SJIS-WIN | 瀇軸x{d | 11111011010011111000111010110010011110000111101101100100 | fb4f8eb2787b64 |
EUC-JP | 瀇軸x{d | 1000111111001001101011011011110010110100011110000111101101100100 | 8fc9adbcb4787b64 |
UTF-8 | 瀇軸x{d | 111001111000000010000111111010001011101110111000011110000111101101100100 | e78087e8bbb8787b64 |
UHC | ?軸x{d | 001111111111010111101110011110000111101101100100 | 3ff5ee787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)