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 | 藕?懈? | 111001010101100000111111100111001110011000111111 | e5583f9ce63f |
EUC-JP | 藕?懈? | 111010011011100100111111110110001110100000111111 | e9b93fd8e83f |
UTF-8 | 藕렮懈렮 | 111010001001011110010101111010111010000010101110111001101000011110001000111010111010000010101110 | e89795eba0aee68788eba0ae |
UHC | 藕렮懈렮 | 1110100111100100100011101011101111111010101010111000111010111011 | e9e48ebbfaab8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)