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 | 棕葛?幽 | 10011110101000011000101010001011001111111001011101001000 | 9ea18a8b3f9748 |
EUC-JP | 棕葛?幽 | 11011100101000111011001111101011001111111100110110101001 | dca3b3eb3fcda9 |
UTF-8 | 棕葛볐幽 | 111001101010001110010101111010001001000110011011111010111011001110010000111001011011100110111101 | e6a395e8919bebb390e5b9bd |
UHC | 棕葛볐幽 | 1111000011110111110010101110011110111010101100111110101011101011 | f0f7cae7bab3eaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)