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 | ◆??? | 1000000110011111001111110011111100111111 | 819f3f3f3f |
EUC-JP | ◆??ʼn | 10100010101000010011111100111111100011111010100111001010 | a2a13f3f8fa9ca |
UTF-8 | ◆룴햶ʼn | 1110001010010111100001101110101110100011101101001110110110010110101101101100010110001001 | e29786eba3b4ed96b6c589 |
UHC | ◆룴햶ʼn | 1010000111011111100011111010100111000001100011111010100110110000 | a1df8fa9c18fa9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)