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 | 支?遲 | 1000111001111000001111111110011110101101 | 8e783fe7ad |
EUC-JP | 支?遲 | 1011101111011001001111111110111010101111 | bbd93feeaf |
UTF-8 | 支렣遲 | 111001101001010010101111111010111010000010100011111010011000000110110010 | e694afeba0a3e981b2 |
UHC | 支렣遲 | 111100101010100010001110101101001111001011000000 | f2a88eb4f2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)