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 | 障橋秘 | 100011111110000110001011101101001001010011101001 | 8fe18bb494e9 |
EUC-JP | 障橋秘 | 101111101110001110110110101101101100100011101011 | bee3b6b6c8eb |
UTF-8 | 障橋秘 | 111010011001101010011100111001101010100110001011111001111010011110011000 | e99a9ce6a98be7a798 |
UHC | 障橋秘 | 111011101010000111001110111010011101110111111010 | eea1cee9ddfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)