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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 但辿] | 1001001001000001100100100100100001011101 | 924192485d |
EUC-JP | 但辿] | 1100001110100010110000111010100101011101 | c3a2c3a95d |
UTF-8 | 但辿] | 11100100101111011000011011101000101111101011111101011101 | e4bd86e8bebf5d |
UHC | 但?] | 11010011101000110011111101011101 | d3a33f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)