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 | 飄???鏃 | 11101001010001110011111100111111001111111110100001010110 | e9473f3f3fe856 |
EUC-JP | 飄???鏃 | 11110001101010000011111100111111001111111110111110110111 | f1a83f3f3fefb7 |
UTF-8 | 飄렦뤱챵鏃 | 111010011010001110000100111010111010000010100110111010111010010010110001111011001011000110110101111010011000111110000011 | e9a384eba0a6eba4b1ecb1b5e98f83 |
UHC | 飄렦뤱챵鏃 | 11111000111111011000111010110101100011111101111111000011101100101111000011101100 | f8fd8eb58fdfc3b2f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)