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 | ??刀鼎 | 001111110011111110010011100000011001001101000011 | 3f3f93819343 |
EUC-JP | 焌?刀鼎 | 1000111111001001111010000011111111000101111000011100010110100100 | 8fc9e83fc5e1c5a4 |
UTF-8 | 焌띕刀鼎 | 111001111000010010001100111010111001110110010101111001011000100010000000111010011011110010001110 | e7848ceb9d95e58880e9bc8e |
UHC | 焌띕刀鼎 | 1111000111100000101101101110101111010011111011111111000010100011 | f1e0b6ebd3eff0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)