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 | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
SJIS-WIN | ?D邵楔 | 001111110100010011100111101110001001111010110110 | 3f44e7b89eb6 |
EUC-JP | ?D邵楔 | 001111110100010011101110101110101101110010111000 | 3f44eebadcb8 |
UTF-8 | 숷D邵楔 | 11101100100010001011011101000100111010011000001010110101111001101010010110010100 | ec88b744e982b5e6a594 |
UHC | 숷D邵楔 | 10011010010011000100010011100001110100001110000011011011 | 9a4c44e1d0e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)