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 | 逕簿蕩 | 111001111001010010010101111010111001001110100000 | e79495eb93a0 |
EUC-JP | 逕簿蕩 | 111011011111010011001010111011011100011010100010 | edf4caedc6a2 |
UTF-8 | 逕簿蕩 | 111010011000000010010101111001111011000010111111111010001001010110101001 | e98095e7b0bfe895a9 |
UHC | 逕簿蕩 | 110011001110111111011101101011011111011110111001 | ccefddadf7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)