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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 上ユ聿\ | 100011111110001111010101111000111110010001011100 | 8fe3d5e3e45c |
EUC-JP | 上ユ聿\ | 10111110111001011000111011010101111001101110011001011100 | bee58ed5e6e65c |
UTF-8 | 上ユ聿\ | 11100100101110001000101011101111101111101001010111101000100000011011111101011100 | e4b88aefbe95e881bf5c |
UHC | 上?聿\ | 110111111011111000111111111010111101001101011100 | dfbe3febd35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)