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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霄∫「」碪 | 1110100010111010100000011110011110100010101000111110000111110010 | e8ba81e7a2a3e1f2 |
EUC-JP | 霄∫「」碪 | 11110000101111001010001011101001100011101010001010001110101000111110001011110100 | f0bca2e98ea28ea3e2f4 |
UTF-8 | 霄∫「」碪 | 111010011001110010000100111000101000100010101011111011111011110110100010111011111011110110100011111001111010001010101010 | e99c84e288abefbda2efbda3e7a2aa |
UHC | ?∫??? | 001111111010000111110010001111110011111100111111 | 3fa1f23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)