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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛛蓚獵蛛 | 1110010110000001111001001110100111100000110110001110010110000001 | e581e4e9e0d8e581 |
EUC-JP | 蛛蓚獵蛛 | 1110100111100001111010001110101111100000110110101110100111100001 | e9e1e8ebe0dae9e1 |
UTF-8 | 蛛蓚獵蛛 | 111010001001101110011011111010001001001110011010111001111000110110110101111010001001101110011011 | e89b9be8939ae78db5e89b9b |
UHC | 蛛蓚獵蛛 | 1111000111001000111000101011111011010110101101001111000111001000 | f1c8e2bed6b4f1c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)