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 | 鉷ク邏ュ | 1111101111001101101110001110011110110100101011011111000111100110 | fbcdb8e7b4adf1e6 |
EUC-JP | 鉷ク邏ュ? | 10001111111000111111000110001110101110001110111010110110100011101010110100111111 | 8fe3f18eb8eeb68ead3f |
UTF-8 | 鉷ク邏ュ | 111010011000100110110111111011111011110110111000111010011000001010001111111011111011110110101101111011101000010110100001 | e989b7efbdb8e9828fefbdadee85a1 |
UHC | ??邏?? | 001111110011111111010101101001000011111100111111 | 3f3fd5a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)