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 | 楔?邵楔 | 10011110101101100011111111100111101110001001111010110110 | 9eb63fe7b89eb6 |
EUC-JP | 楔?邵楔 | 11011100101110000011111111101110101110101101110010111000 | dcb83feebadcb8 |
UTF-8 | 楔숥邵楔 | 111001101010010110010100111011001000100010100101111010011000001010110101111001101010010110010100 | e6a594ec88a5e982b5e6a594 |
UHC | 楔숥邵楔 | 1110000011011011100110100100001011100001110100001110000011011011 | e0db9a42e1d0e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)