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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鐱尺遮 | 111110111110010110001110110110101000111011010101 | fbe58eda8ed5 |
EUC-JP | 鐱尺遮 | 10001111111001011110001010111100110111001011110011010111 | 8fe5e2bcdcbcd7 |
UTF-8 | 鐱尺遮 | 111010011001000010110001111001011011000010111010111010011000000110101110 | e990b1e5b0bae981ae |
UHC | ?尺遮 | 0011111111110100101010011111001110110100 | 3ff4a9f3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)