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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 溫볠뒔溫볣쨰^ | 11100110101110101010101111101011101100111010000011101011100100101001010011100110101110101010101111101011101100111010001111101100101010001011000001011110 | e6baabebb3a0eb9294e6baabebb3a3eca8b05e |
UHC | 溫볠뒔溫볣쨰^ | 11101000101011101001001111100110100010101001000111101000101011101001001111101001101001001000101001011110 | e8ae93e68a91e8ae93e9a48a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)