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 | 雁滔?雁 | 10001010111001011001111111101011001111111000101011100101 | 8ae59feb3f8ae5 |
EUC-JP | 雁滔?雁 | 10110100111001111101111011101101001111111011010011100111 | b4e7deed3fb4e7 |
UTF-8 | 雁滔卄雁 | 111010011001101110000001111001101011101110010100111001011000110110000100111010011001101110000001 | e99b81e6bb94e58d84e99b81 |
UHC | 雁滔卄雁 | 1110010011010010110101001010010111101100111111101110010011010010 | e4d2d4a5ecfee4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)