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 | 巐幎谿セ | 11111010101101101001101111101011111001101010111010111110 | fab69bebe6aebe |
EUC-JP | 巐幎谿セ | 100011111011101111111001110101101110110111101100101100001000111010111110 | 8fbbf9d6edecb08ebe |
UTF-8 | 巐幎谿セ | 111001011011011110010000111001011011100110001110111010001011000010111111111011111011110110111110 | e5b790e5b98ee8b0bfefbdbe |
UHC | ??谿? | 0011111100111111110011011010110000111111 | 3f3fcdac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)