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 | 巐ァ巐逸嘯 | 111110101011011010100111111110101011011010001000111011011001101010000010 | fab6a7fab688ed9a82 |
EUC-JP | 巐ァ巐逸嘯 | 100011111011101111111001100011101010011110001111101110111111100110110000111011111101001111100010 | 8fbbf98ea78fbbf9b0efd3e2 |
UTF-8 | 巐ァ巐逸嘯 | 111001011011011110010000111011111011110110100111111001011011011110010000111010011000000010111000111001011001100010101111 | e5b790efbda7e5b790e980b8e598af |
UHC | ???逸嘯 | 00111111001111110011111111101100111011111110000110110000 | 3f3f3fecefe1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)