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 | 楔?瀟楔 | 10011110101101100011111111100000011011101001111010110110 | 9eb63fe06e9eb6 |
EUC-JP | 楔?瀟楔 | 11011100101110000011111111011111110011111101110010111000 | dcb83fdfcfdcb8 |
UTF-8 | 楔쐛瀟楔 | 111001101010010110010100111011001001000010011011111001111000000010011111111001101010010110010100 | e6a594ec909be7809fe6a594 |
UHC | 楔쐛瀟楔 | 1110000011011011100111001000000111100001101111101110000011011011 | e0db9c81e1bee0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)