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 | 讌泌Η轢檻 | 11100110101001011001010011100101100000111010010111100111100000001001111101000010 | e6a594e583a5e7809f42 |
EUC-JP | 讌泌Η轢檻 | 11101100101001111100100011100111101001101010011111101101111000001101110110100011 | eca7c8e7a6a7ede0dda3 |
UTF-8 | 讌泌Η轢檻 | 1110100010101110100011001110011010110011100011001100111010010111111010001011110110100010111001101010101010111011 | e8ae8ce6b38cce97e8bda2e6aabb |
UHC | ?泌Η轢檻 | 001111111111100110110010101001011100011111010101111110011111100111100011 | 3ff9b2a5c7d5f9f9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)