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 | 蠇。豎仙オ | 1111101110100001101000011110011010110001100100001110010110110101 | fba1a1e6b190e5b5 |
EUC-JP | ?。豎仙オ | 001111111000111010100001111011001011001111000000111001111000111010110101 | 3f8ea1ecb3c0e78eb5 |
UTF-8 | 蠇。豎仙オ | 111010001010000010000111111011111011110110100001111010001011000110001110111001001011101110011001111011111011110110110101 | e8a087efbda1e8b18ee4bb99efbdb5 |
UHC | ???仙? | 001111110011111100111111111000001011100100111111 | 3f3f3fe0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)