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 | 胛給郷裴 | 1110001111101110100010111000101110001011101111011110010111101000 | e3ee8b8b8bbde5e8 |
EUC-JP | 胛給郷裴 | 1110011011110000101101011110101110110110101111111110101011101010 | e6f0b5ebb6bfeaea |
UTF-8 | 胛給郷裴 | 111010001000001110011011111001111011010110100110111010011000001110110111111010001010001110110100 | e8839be7b5a6e983b7e8a3b4 |
UHC | 胛給?裴 | 11001011101001001101000011100101001111111101101111010000 | cba4d0e53fdbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)