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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?忌涓? | 001111111000101011110101100111111011000000111111 | 3f8af59fb03f |
EUC-JP | ?忌涓? | 001111111011010011110111110111101011001000111111 | 3fb4f7deb23f |
UTF-8 | 룵忌涓룶 | 111010111010001110110101111001011011111110001100111001101011011010010011111010111010001110110110 | eba3b5e5bf8ce6b693eba3b6 |
UHC | 룵忌涓룶 | 1000111110101010110100001111101111100110110011111000111110101011 | 8faad0fbe6cf8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)