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 | 譽壽クャ | 111001101010001110011010111001101011100010101100 | e6a39ae6b8ac |
EUC-JP | 譽壽クャ | 1110110010100101110101001110100010001110101110001000111010101100 | eca5d4e88eb88eac |
UTF-8 | 譽壽クャ | 111010001010110110111101111001011010001110111101111011111011110110111000111011111011110110101100 | e8adbde5a3bdefbdb8efbdac |
UHC | 譽壽?? | 111001111110001011100001111110000011111100111111 | e7e2e1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)