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 | 瓔捐? | 1110000011111011100111010110111100111111 | e0fb9d6f3f |
EUC-JP | 瓔捐? | 1110000011111101110110011101000000111111 | e0fdd9d03f |
UTF-8 | 瓔捐쐎 | 111001111001001110010100111001101000110110010000111011001001000010001110 | e79394e68d90ec908e |
UHC | 瓔捐쐎 | 111001111100001011100110110010001001110001101111 | e7c2e6c89c6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)