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 | 鉷ク隍。 | 111110111100110110111000111010001010010010100001 | fbcdb8e8a4a1 |
EUC-JP | 鉷ク隍。 | 100011111110001111110001100011101011100011110000101001101000111010100001 | 8fe3f18eb8f0a68ea1 |
UTF-8 | 鉷ク隍。 | 111010011000100110110111111011111011110110111000111010011001101010001101111011111011110110100001 | e989b7efbdb8e99a8defbda1 |
UHC | ??隍? | 0011111100111111111111001101101100111111 | 3f3ffcdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)