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 | 沮℡━? | 10011111100111001000011110000100100001001010101000111111 | 9f9c878484aa3f |
EUC-JP | 沮?━? | 110111011111110000111111101010001010110000111111 | ddfc3fa8ac3f |
UTF-8 | 沮℡━뤉 | 111001101011001010101110111000101000010010100001111000101001010010000001111010111010010010001001 | e6b2aee284a1e29481eba489 |
UHC | 沮℡━뤉 | 1110111011000001101000101110010110100110101011001000111110111001 | eec1a2e5a6ac8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)