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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 羆蜉羆蜉^ | 111000111010111111100101100010101110001110101111111001011000101001011110 | e3afe58ae3afe58a5e |
EUC-JP | 羆蜉羆蜉^ | 111001101011000111101001111010101110011010110001111010011110101001011110 | e6b1e9eae6b1e9ea5e |
UTF-8 | 羆蜉羆蜉^ | 11100111101111101000011011101000100111001000100111100111101111101000011011101000100111001000100101011110 | e7be86e89c89e7be86e89c895e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)