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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?穢?猊^ | 00111111111000100111000100111111111000001100011101011110 | 3fe2713fe0c75e |
EUC-JP | ?穢?猊^ | 00111111111000111101001000111111111000001100100101011110 | 3fe3d23fe0c95e |
UTF-8 | 뤵穢뤵猊^ | 11101011101001001011010111100111101010011010001011101011101001001011010111100111100011001000101001011110 | eba4b5e7a9a2eba4b5e78c8a5e |
UHC | 뤵穢뤵猊^ | 100011111110001111100111110110111000111111100011111001111101100101011110 | 8fe3e7db8fe3e7d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)