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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 浯循浯循B | 111110101111110010001111011110101111101011111100100011110111101001000010 | fafc8f7afafc8f7a42 |
EUC-JP | 浯循浯循B | 1000111111000111110000111011110111011011100011111100011111000011101111011101101101000010 | 8fc7c3bddb8fc7c3bddb42 |
UTF-8 | 浯循浯循B | 11100110101101011010111111100101101111101010101011100110101101011010111111100101101111101010101001000010 | e6b5afe5beaae6b5afe5beaa42 |
UHC | ?循?循B | 00111111111000101110000000111111111000101110000001000010 | 3fe2e03fe2e042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)