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 | 襭灸弦豕 | 1110011001000010100010111000010010001100101101111110011010110011 | e6428b848cb7e6b3 |
EUC-JP | 襭灸弦豕 | 1110101110100011101101011110010010111000101110011110110010110101 | eba3b5e4b8b9ecb5 |
UTF-8 | 襭灸弦豕 | 111010001010010110101101111001111000000110111000111001011011110010100110111010001011000110010101 | e8a5ade781b8e5bca6e8b195 |
UHC | ?灸弦豕 | 00111111110011111011011011111010110101111110001111001110 | 3fcfb6fad7e3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)