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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隱シ豕ョ | 111010001010101010111100111001101011001110101110 | e8aabce6b3ae |
EUC-JP | 隱シ豕ョ | 1111000010101100100011101011110011101100101101011000111010101110 | f0ac8ebcecb58eae |
UTF-8 | 隱シ豕ョ | 111010011001101010110001111011111011110110111100111010001011000110010101111011111011110110101110 | e99ab1efbdbce8b195efbdae |
UHC | 隱?豕? | 111010111101111100111111111000111100111000111111 | ebdf3fe3ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)