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 | 杓驗照 | 100011101101101111101001100001001000111111000110 | 8edbe9848fc6 |
EUC-JP | 杓驗照 | 101111001101110111110001111001001011111011001000 | bcddf1e4bec8 |
UTF-8 | 杓驗照 | 111001101001110110010011111010011010100110010111111001111000010110100111 | e69d93e9a997e785a7 |
UHC | 杓驗照 | 111110001111010111111010110100001111000011001110 | f8f5fad0f0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)