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 | 軏優軏優^ | 111110111011001010010111010001001111101110110010100101110100010001011110 | fbb29744fbb297445e |
EUC-JP | 軏優軏優^ | 1000111111100000110110011100110110100101100011111110000011011001110011011010010101011110 | 8fe0d9cda58fe0d9cda55e |
UTF-8 | 軏優軏優^ | 11101000101110111000111111100101100001001010101011101000101110111000111111100101100001001010101001011110 | e8bb8fe584aae8bb8fe584aa5e |
UHC | ?優?優^ | 00111111111010011101000000111111111010011101000001011110 | 3fe9d03fe9d05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)