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 | 楔舌邵? | 10011110101101101001000011100011111001111011100000111111 | 9eb690e3e7b83f |
EUC-JP | 楔舌邵炤 | 110111001011100011000000111001011110111010111010100011111100100111010010 | dcb8c0e5eeba8fc9d2 |
UTF-8 | 楔舌邵炤 | 111001101010010110010100111010001000100010001100111010011000001010110101111001111000001010100100 | e6a594e8888ce982b5e782a4 |
UHC | 楔舌邵炤 | 1110000011011011111000001101111111100001110100001110000110111111 | e0dbe0dfe1d0e1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)