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 | 馮屆ざ? | 11101001011001111001101110011100100000101011010000111111 | e9679b9c82b43f |
EUC-JP | 馮屆ざ? | 11110001110010001101010111111100101001001011011000111111 | f1c8d5fca4b63f |
UTF-8 | 馮屆ざ렱 | 111010011010011010101110111001011011000110000110111000111000000110010110111010111010000010110001 | e9a6aee5b186e38196eba0b1 |
UHC | 馮屆ざ렱 | 1111100110100111110011001111101010101010101101101000111010111110 | f9a7ccfaaab68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)