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 | 瓦??? | 1000101010100010001111110011111100111111 | 8aa23f3f3f |
EUC-JP | 瓦杻?? | 10110100101001001000111111000011101001100011111100111111 | b4a48fc3a63f3f |
UTF-8 | 瓦杻츔橓 | 111001111001001110100110111001101001110110111011111011001011100010010100111001101010100110010011 | e793a6e69dbbecb894e6a993 |
UHC | 瓦杻츔橓 | 1110100010111111110100101110111011000011111101011110001011100101 | e8bfd2eec3f5e2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)