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 | 豸ャ霎曰 | 11100110101101101010110011101000101111101001111001001000 | e6b6ace8be9e48 |
EUC-JP | 豸ャ霎曰 | 1110110010111000100011101010110011110000110000001101101110101001 | ecb88eacf0c0dba9 |
UTF-8 | 豸ャ霎曰 | 111010001011000110111000111011111011110110101100111010011001110010001110111001101001101110110000 | e8b1b8efbdace99c8ee69bb0 |
UHC | ???曰 | 0011111100111111001111111110100011011000 | 3f3f3fe8d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)