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 | 辱ょ? | 1001000001001010100000101110010100111111 | 904a82e53f |
EUC-JP | 辱ょ? | 1011111110101011101001001110011100111111 | bfaba4e73f |
UTF-8 | 辱ょ뼻 | 111010001011111010110001111000111000001010000111111010111011110010111011 | e8beb1e38287ebbcbb |
UHC | 辱ょ뼻 | 111010011011010010101010111001111001011010111110 | e9b4aae796be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)