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 | 貉ソ蜀吝ョ | 1110011010111001101111111110010110000110100110011110010110101110 | e6b9bfe58699e5ae |
EUC-JP | 貉ソ蜀吝ョ | 11101100101110111000111010111111111010011110011011010010111001111000111010101110 | ecbb8ebfe9e6d2e78eae |
UTF-8 | 貉ソ蜀吝ョ | 111010001011001010001001111011111011110110111111111010001001110010000000111001011001000010011101111011111011110110101110 | e8b289efbdbfe89c80e5909defbdae |
UHC | ??蜀吝? | 00111111001111111111010110111001110101111111000000111111 | 3f3ff5b9d7f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)