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 | ?嗜? | 00111111100110100110111000111111 | 3f9a6e3f |
EUC-JP | ?嗜? | 00111111110100111100111100111111 | 3fd3cf3f |
UTF-8 | 杻嗜㏜ | 111011111010011110001000111001011001011110011100111000111000111110011100 | efa788e5979ce38f9c |
UHC | 杻嗜㏜ | 111010101111010011010000111011101010011111101110 | eaf4d0eea7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)