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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮮晟纖鮮 | 1001000101001110100111011110111011100011100110011001000101001110 | 914e9deee399914e |
EUC-JP | 鮮晟纖鮮 | 1100000110101111110110101111000011100101111110011100000110101111 | c1afdaf0e5f9c1af |
UTF-8 | 鮮晟纖鮮 | 111010011010111010101110111001101001100110011111111001111011101010010110111010011010111010101110 | e9aeaee6999fe7ba96e9aeae |
UHC | 鮮晟纖鮮 | 1110000011011000111000001111100111100000111010011110000011011000 | e0d8e0f9e0e9e0d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)