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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ溪葵雹」 | 1100001110011111111000101000100010101000111010001011100110100011 | c39fe288a8e8b9a3 |
EUC-JP | テ溪葵雹」 | 10001110110000111101111011100100101100001010101011110000101110111000111010100011 | 8ec3dee4b0aaf0bb8ea3 |
UTF-8 | テ溪葵雹」 | 111011111011111010000011111001101011101010101010111010001001000110110101111010011001101110111001111011111011110110100011 | efbe83e6baaae891b5e99bb9efbda3 |
UHC | ?溪葵雹? | 0011111111001101101000101101000010101101110110101101111100111111 | 3fcda2d0addadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)