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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 菴刻愁@B | 1110010010111101100011011000111110001111010001000100000001000010 | e4bd8d8f8f444042 |
EUC-JP | 菴刻愁@B | 1110100010111111101110011110111110111101101001010100000001000010 | e8bfb9efbda54042 |
UTF-8 | 菴刻愁@B | 1110100010001111101101001110010110001000101110111110011010000100100000010100000001000010 | e88fb4e588bbe684814042 |
UHC | 菴刻愁@B | 1110010011100000110010101011111011100001111111100100000001000010 | e4e0cabee1fe4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)