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 | 轢ィ逞秘オ | 1110011110000000101010001110011110010111100101001110100110110101 | e780a8e79794e9b5 |
EUC-JP | 轢ィ逞秘オ | 11101101111000001000111010101000111011011111011111001000111010111000111010110101 | ede08ea8edf7c8eb8eb5 |
UTF-8 | 轢ィ逞秘オ | 111010001011110110100010111011111011110110101000111010011000000010011110111001111010011110011000111011111011110110110101 | e8bda2efbda8e9809ee7a798efbdb5 |
UHC | 轢?逞秘? | 1101010111111001001111111101011011000001110111011111101000111111 | d5f93fd6c1ddfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)