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 | 雹基穐 | 111010001011100110001010111011101000100010101010 | e8b98aee88aa |
EUC-JP | 雹基穐 | 111100001011101110110100111100001011000010101100 | f0bbb4f0b0ac |
UTF-8 | 雹基穐 | 111010011001101110111001111001011001111110111010111001111010100110010000 | e99bb9e59fbae7a990 |
UHC | 雹基? | 1101101011011111110100001111000100111111 | dadfd0f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)