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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 亦跫眤B | 10010110100100101110011011101101111000011100000001000010 | 9692e6ede1c042 |
EUC-JP | 亦跫眤B | 11001011111100101110110011101111111000101100001001000010 | cbf2ecefe2c242 |
UTF-8 | 亦跫眤B | 11100100101110101010011011101000101101111010101111100111100111001010010001000010 | e4baa6e8b7abe79ca442 |
UHC | 亦??B | 1110011010110010001111110011111101000010 | e6b23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)