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 | 繧」 | 111001111011100110100111111011111011110110100011 | e7b9a7efbda3 |
SJIS-WIN | ??§??£ | 0011111100111111100000011001100000111111001111111000000110010010 | 3f3f81983f3f8192 |
EUC-JP | �� | 100011111010101110101110001111111010000111111000100011111010101111000001001111111010000111110010 | 8fabae3fa1f88fabc13fa1f2 |
UTF-8 | 繧」 | 110000111010011111000010101110011100001010100111110000111010111111000010101111011100001010100011 | c3a7c2b9c2a7c3afc2bdc2a3 |
UHC | ?¹§?½? | 001111111010100111110110101000011101011100111111101010001111011000111111 | 3fa9f6a1d73fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)