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 | ?嗽? | 00111111100110100111010100111111 | 3f9a753f |
EUC-JP | ?嗽? | 00111111110100111101011000111111 | 3fd3d63f |
UTF-8 | 憐嗽웦 | 111011111010011010001111111001011001011110111101111011001001101110100110 | efa68fe597bdec9ba6 |
UHC | 憐嗽웦 | 111001101100011011100001111101011001111101110010 | e6c6e1f59f72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)