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 | 鬲オ豎宣エ | 1110100110101101101101011110011010110001100100001110100110110100 | e9adb5e6b190e9b4 |
EUC-JP | 鬲オ豎宣エ | 11110010101011111000111010110101111011001011001111000000111010111000111010110100 | f2af8eb5ecb3c0eb8eb4 |
UTF-8 | 鬲オ豎宣エ | 111010011010110010110010111011111011110110110101111010001011000110001110111001011010111010100011111011111011110110110100 | e9acb2efbdb5e8b18ee5aea3efbdb4 |
UHC | ???宣? | 001111110011111100111111111000001011111000111111 | 3f3f3fe0be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)