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 | ˳áú | 1100101110110011100011111110000111111010 | cbb38fe1fa |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | Ë??áú | 1000111110101010101100110011111100111111100011111010101110100001100011111010101111100010 | 8faab33f3f8faba18fabe2 |
UTF-8 | ˳áú | 11000011100010111100001010110011110000101000111111000011101000011100001110111010 | c38bc2b3c28fc3a1c3ba |
UHC | ?³??? | 001111111010100111111000001111110011111100111111 | 3fa9f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)