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 | ?東制}?齎 | 00111111100100111000110010010000101001111000000101110000001111111110011011011000 | 3f938c90a781703fe6d8 |
EUC-JP | ?東制}?齎 | 00111111110001011110110011000000101010011010000111010001001111111110110011011010 | 3fc5ecc0a9a1d13fecda |
UTF-8 | 뤯東制}렮齎 | 111010111010010010101111111001101001110110110001111001011000100010110110111011111011110110011101111010111010000010101110111010011011110110001110 | eba4afe69db1e588b6efbd9deba0aee9bd8e |
UHC | 뤯東制}렮齎 | 100011111101110111010100110101001111000010100100101000111111110110001110101110111110111010110010 | 8fddd4d4f0a4a3fd8ebbeeb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)