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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 繹ル???? | 1110001110001000100000111000101100111111001111110011111100111111 | e388838b3f3f3f3f |
EUC-JP | 繹ル?沅?? | 11100101111010001010010111101011001111111000111111000110111010010011111100111111 | e5e8a5eb3f8fc6e93f3f |
UTF-8 | 繹ル슜沅뤹꼮 | 111001111011100110111001111000111000001110101011111011001000101010011100111001101011001010000101111010111010010010111001111010101011110010101110 | e7b9b9e383abec8a9ce6b285eba4b9eabcae |
UHC | 繹ル슜沅뤹꼮 | 111001101011101010101011111010111001101010101001111010101011011010001111111001111000010010001001 | e6baabeb9aa9eab68fe78489 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)