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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阮冗憲邱ャ | 111010001001011010001111111001111000110010011011111001111011011110101100 | e8968fe78c9be7b7ac |
EUC-JP | 阮冗憲邱ャ | 11101111111101101011111011101001101101111111101111101110101110011000111010101100 | eff6bee9b7fbeeb98eac |
UTF-8 | 阮冗憲邱ャ | 111010011001100010101110111001011000011010010111111001101000011010110010111010011000001010110001111011111011110110101100 | e998aee58697e686b2e982b1efbdac |
UHC | 阮冗憲邱? | 111010001101011011101001101101111111101011001010110011111100100000111111 | e8d6e9b7facacfc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)