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 | ∫?懈? | 100000011110011100111111100111001110011000111111 | 81e73f9ce63f |
EUC-JP | ∫?懈? | 101000101110100100111111110110001110100000111111 | a2e93fd8e83f |
UTF-8 | ∫룫懈◈ | 111000101000100010101011111010111010001110101011111001101000011110001000111000101001011110001000 | e288abeba3abe68788e29788 |
UHC | ∫룫懈◈ | 1010000111110010100011111010001011111010101010111010001011000010 | a1f28fa2faaba2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)