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 | 五??? | 1000110011011100001111110011111100111111 | 8cdc3f3f3f |
EUC-JP | 五??? | 1011100011011110001111110011111100111111 | b8de3f3f3f |
UTF-8 | 五묈꽒杻 | 111001001011101010010100111010111010110010001000111010101011110110010010111011111010011110001000 | e4ba94ebac88eabd92efa788 |
UHC | 五묈꽒杻 | 1110011111101001100100011110010110000100101000011110101011110100 | e7e991e584a1eaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)