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 | ???u | 00111111001111110011111101110101 | 3f3f3f75 |
SJIS-WIN | 裃≫du | 11100101110111111000000111100010100000101000010001110101 | e5df81e2828475 |
EUC-JP | 裃≫du | 11101010111000011010001011100100101000111110010001110101 | eae1a2e4a3e475 |
UTF-8 | 裃≫du | 11101000101000111000001111100010100010011010101111101111101111011000010001110101 | e8a383e289abefbd8475 |
UHC | ?≫du | 001111111010000111101101101000111110010001110101 | 3fa1eda3e475 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)