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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 治実爾磁\ | 100011101010000110001110110000001000111010100010100011101010010101011100 | 8ea18ec08ea28ea55c |
EUC-JP | 治実爾磁\ | 101111001010001110111100110000101011110010100100101111001010011101011100 | bca3bcc2bca4bca75c |
UTF-8 | 治実爾磁\ | 11100110101100101011101111100101101011101001111111100111100010001011111011100111101000111000000101011100 | e6b2bbe5ae9fe788bee7a3815c |
UHC | 治?爾磁\ | 1111011010111101001111111110110010110011111011011011100001011100 | f6bd3fecb3edb85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)