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 | 籤視襲螻 | 1110001011011100100011101000101110001111010100001110010110110001 | e2dc8e8b8f50e5b1 |
EUC-JP | 籤視襲螻 | 1110010011011110101110111110101110111101101100011110101010110011 | e4debbebbdb1eab3 |
UTF-8 | 籤視襲螻 | 111001111011000110100100111010001010011010010110111010001010010110110010111010001001111010111011 | e7b1a4e8a696e8a5b2e89ebb |
UHC | 籤視襲? | 11110100110110011110001111001010111000111010100100111111 | f4d9e3cae3a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)