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 | 赦紗上 | 100011101100110110001110110100011000111111100011 | 8ecd8ed18fe3 |
EUC-JP | 赦紗上 | 101111001100111110111100110100111011111011100101 | bccfbcd3bee5 |
UTF-8 | 赦紗上 | 111010001011010110100110111001111011010010010111111001001011100010001010 | e8b5a6e7b497e4b88a |
UHC | 赦紗上 | 110111101111010111011110111010011101111110111110 | def5dee9dfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)