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 | 郤秘悚 | 111001111011101010010100111010011001110010011110 | e7ba94e99c9e |
EUC-JP | 郤秘悚 | 111011101011110011001000111010111101011111111110 | eebcc8ebd7fe |
UTF-8 | 郤秘悚 | 111010011000001110100100111001111010011110011000111001101000001010011010 | e983a4e7a798e6829a |
UHC | ?秘悚 | 0011111111011101111110101110000111100101 | 3fddfae1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)