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 | ?寒漿?幀陀 | 00111111100010101010011010011111111101110011111110011011111010101001000111001001 | 3f8aa69ff73f9bea91c9 |
EUC-JP | ?寒漿?幀陀 | 00111111101101001010100011011110111110010011111111010110111011001100001011001011 | 3fb4a8def93fd6ecc2cb |
UTF-8 | 뤋寒漿㎾幀陀 | 111010111010010010001011111001011010111110010010111001101011110010111111111000111000111010111110111001011011100110000000111010011001100110000000 | eba48be5af92e6bcbfe38ebee5b980e99980 |
UHC | 뤋寒漿㎾幀陀 | 100011111011101111111001110011101110110111101100101001111101001011101111110100111111011011101101 | 8fbbf9ceedeca7d2efd3f6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)