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 | 楔?橈紆 | 10011110101101100011111110011110111101001110001011111100 | 9eb63f9ef4e2fc |
EUC-JP | 楔?橈紆 | 11011100101110000011111111011100111101101110010011111110 | dcb83fdcf6e4fe |
UTF-8 | 楔숷橈紆 | 111001101010010110010100111011001000100010110111111001101010100110001000111001111011010010000110 | e6a594ec88b7e6a988e7b486 |
UHC | 楔숷橈紆 | 1110000011011011100110100100110011101000111110101110100111100001 | e0db9a4ce8fae9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)