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 | 跣咏弔 | 111001101110111110011001111001111001001010100010 | e6ef99e792a2 |
EUC-JP | 跣咏弔 | 111011001111000111010010111010011100010010100100 | ecf1d2e9c4a4 |
UTF-8 | 跣咏弔 | 111010001011011110100011111001011001001010001111111001011011110010010100 | e8b7a3e5928fe5bc94 |
UHC | 跣?弔 | 1110000011010011001111111111000011000000 | e0d33ff0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)