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 | 醍??彖 | 100100011110011100111111001111111001110001100000 | 91e73f3f9c60 |
EUC-JP | 醍??彖 | 110000101110100100111111001111111101011111000001 | c2e93f3fd7c1 |
UTF-8 | 醍당렎彖 | 111010011000011010001101111010111000101110111001111010111010000010001110111001011011110110010110 | e9868deb8bb9eba08ee5bd96 |
UHC | 醍당렎彖 | 1111000010110101101101001110011110001110101001001101001110100111 | f0b5b4e78ea4d3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)