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 | 譽??空 | 111001101010001100111111001111111000101111110011 | e6a33f3f8bf3 |
EUC-JP | 譽??空 | 111011001010010100111111001111111011011011110101 | eca53f3fb6f5 |
UTF-8 | 譽⑼퐠空 | 111010001010110110111101111000101001000110111100111011011001000010100000111001111010100110111010 | e8adbde291bced90a0e7a9ba |
UHC | 譽⑼퐠空 | 1110011111100010101010011110111110111101100010011100110111110110 | e7e2a9efbd89cdf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)