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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 德尖カ | 1111101010111010100100001110101110110110 | faba90ebb6 |
EUC-JP | ?尖カ | 0011111111000000111011011000111010110110 | 3fc0ed8eb6 |
UTF-8 | 德尖カ | 111001011011111010110111111001011011000010010110111011111011110110110110 | e5beb7e5b096efbdb6 |
UHC | 德尖? | 1101001111101100111101001101001100111111 | d3ecf4d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)