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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 爐ンーh | 1110000010100010110111011011000001101000 | e0a2ddb068 |
EUC-JP | 爐ンーh | 11100000101001001000111011011101100011101011000001101000 | e0a48edd8eb068 |
UTF-8 | 爐ンーh | 11100111100010001001000011101111101111101001110111101111101111011011000001101000 | e78890efbe9defbdb068 |
UHC | 爐??h | 1101011011010011001111110011111101101000 | d6d33f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)