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 | 照熄ニ滷 | 10001111110001101110000010001111110001101110000001000010 | 8fc6e08fc6e042 |
EUC-JP | 照熄ニ滷 | 1011111011001000110111111110111110001110110001101101111110100011 | bec8dfef8ec6dfa3 |
UTF-8 | 照熄ニ滷 | 111001111000010110100111111001111000011010000100111011111011111010000110111001101011101110110111 | e785a7e78684efbe86e6bbb7 |
UHC | 照熄?? | 111100001100111011100011110110000011111100111111 | f0cee3d83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)