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 | 儀貊? | 1000101101010110111001101011101100111111 | 8b56e6bb3f |
EUC-JP | 儀貊? | 1011010110110111111011001011110100111111 | b5b7ecbd3f |
UTF-8 | 儀貊ㅄ | 111001011000010010000000111010001011001010001010111000111000010110000100 | e58480e8b28ae38584 |
UHC | 儀貊ㅄ | 111010111111000011011000111001111010010010110100 | ebf0d8e7a4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)