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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??唯η | 1110000110011111001111110011111110010111010000101000001111000101 | e19f3f3f974283c5 |
EUC-JP | 癲??唯η | 1110001010100001001111110011111111001101101000111010011011000111 | e2a13f3fcda3a6c7 |
UTF-8 | 癲용벡唯η | 1110011110011001101100101110110010011010101010011110101110110010101000011110010110010100101011111100111010110111 | e799b2ec9aa9ebb2a1e594afceb7 |
UHC | 癲용벡唯η | 11101111101001101011111111101011101110101010010011101010111001101010010111100111 | efa6bfebbaa4eae6a5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)