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 | 撓??仰 | 100111011001101000111111001111111000101111000010 | 9d9a3f3f8bc2 |
EUC-JP | 撓??仰 | 110110011111101000111111001111111011011011000100 | d9fa3f3fb6c4 |
UTF-8 | 撓띶벼仰 | 111001101001001010010011111010111001110110110110111010111011001010111100111001001011101110110000 | e69293eb9db6ebb2bce4bbb0 |
UHC | 撓띶벼仰 | 1110100011110101100011011110010110111010101011011110010011100110 | e8f58de5baade4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)