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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 上ユ聿^ | 100011111110001111010101111000111110010001011110 | 8fe3d5e3e45e |
EUC-JP | 上ユ聿^ | 10111110111001011000111011010101111001101110011001011110 | bee58ed5e6e65e |
UTF-8 | 上ユ聿^ | 11100100101110001000101011101111101111101001010111101000100000011011111101011110 | e4b88aefbe95e881bf5e |
UHC | 上?聿^ | 110111111011111000111111111010111101001101011110 | dfbe3febd35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)