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 | 謫弄? | 1110011010010011100110000100110100111111 | e693984d3f |
EUC-JP | 謫弄? | 1110101111110011110011111010111000111111 | ebf3cfae3f |
UTF-8 | 謫弄욤 | 111010001010110010101011111001011011110010000100111011001001101010100100 | e8acabe5bc84ec9aa4 |
UHC | 謫弄욤 | 111011101110001111010110111001111011111111101000 | eee3d6e7bfe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)