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 | 顴擘惻 | 111010010100000110011101101001001001110010111010 | e9419da49cba |
EUC-JP | 顴擘惻 | 111100011010001011011010101001101101100010111100 | f1a2daa6d8bc |
UTF-8 | 顴擘惻 | 111010011010000110110100111001101001001110011000111001101000001110111011 | e9a1b4e69398e683bb |
UHC | ?擘惻 | 0011111111011011111110111111011010110011 | 3fdbfbf6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)