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 | 碩隘靄三 | 1001000011010111111010001010010111101000110010011000111001001111 | 90d7e8a5e8c98e4f |
EUC-JP | 碩隘靄三 | 1100000011011001111100001010011111110000110010111011101110110000 | c0d9f0a7f0cbbbb0 |
UTF-8 | 碩隘靄三 | 111001111010001010101001111010011001101010011000111010011001110110000100111001001011100010001001 | e7a2a9e99a98e99d84e4b889 |
UHC | 碩隘靄三 | 1110000010110101111001001111011011100100111101111101111110110010 | e0b5e4f6e4f7dfb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)