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 | 遼깅젵遼깅젵^ | 11101111101001111000001111101010101110011000010111101100101000001011010111101111101001111000001111101010101110011000010111101100101000001011010101011110 | efa783eab985eca0b5efa783eab985eca0b55e |
UHC | 遼깅젵遼깅젵^ | 11101001101011001011000111101011101000001010100111101001101011001011000111101011101000001010100101011110 | e9acb1eba0a9e9acb1eba0a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)