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 | 虞?謎 | 1000101111110001001111111001001111100100 | 8bf13f93e4 |
EUC-JP | 虞?謎 | 1011011011110011001111111100011011100110 | b6f33fc6e6 |
UTF-8 | 虞쿠謎 | 111010001001100110011110111011001011111110100000111010001010110010001110 | e8999eecbfa0e8ac8e |
UHC | 虞쿠謎 | 111010011110010111000100111011011101101010111010 | e9e5c4eddaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)