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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螟懍遵繞丈シ | 1110010110100100100111001110110010001111100001011110001110000101100011111110010010111100 | e5a49cec8f85e3858fe4bc |
EUC-JP | 螟懍遵繞丈シ | 111010101010011011011000111011101011110111100101111001011110010110111110111001101000111010111100 | eaa6d8eebde5e5e5bee68ebc |
UTF-8 | 螟懍遵繞丈シ | 111010001001111010011111111001101000011110001101111010011000000110110101111001111011100110011110111001001011100010001000111011111011110110111100 | e89e9fe6878de981b5e7b99ee4b888efbdbc |
UHC | 螟?遵繞丈? | 11011001101011010011111111110001111001011110100110100100111011011101101100111111 | d9ad3ff1e5e9a4eddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)