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 | 鮟懷乙蠅ォ | 111010011011101110011100111001011000100110110011111001011010001010101011 | e9bb9ce589b3e5a2ab |
EUC-JP | 鮟懷乙蠅ォ | 11110010101111011101100011100111101100101011010111101010101001001000111010101011 | f2bdd8e7b2b5eaa48eab |
UTF-8 | 鮟懷乙蠅ォ | 111010011010111010011111111001101000011110110111111001001011100110011001111010001010000010000101111011111011110110101011 | e9ae9fe687b7e4b999e8a085efbdab |
UHC | 鮟懷乙蠅? | 111001001101010111111100111000111110101111100000111000111011001000111111 | e4d5fce3ebe0e3b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)