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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襤埼━ | 111001100100000110001101111010011000010010101010 | e6418de984aa |
EUC-JP | 襤埼━ | 111010111010001010111010111010111010100010101100 | eba2baeba8ac |
UTF-8 | 襤埼━ | 111010001010010110100100111001011001111110111100111000101001010010000001 | e8a5a4e59fbce29481 |
UHC | 襤埼━ | 110101011100000111010000111100101010011010101100 | d5c1d0f2a6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)