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 | 任?杖?雕 | 1001010001000011001111111000111111110001001111111110100010111000 | 94433f8ff13fe8b8 |
EUC-JP | 任?杖?雕 | 1100011110100100001111111011111011110011001111111111000010111010 | c7a43fbef33ff0ba |
UTF-8 | 任렰杖렚雕 | 111001001011101110111011111010111010000010110000111001101001110110010110111010111010000010011010111010011001101110010101 | e4bbbbeba0b0e69d96eba09ae99b95 |
UHC | 任렰杖렚雕 | 11101100111100101000111010111101111011011110100010001110101011011111000011100111 | ecf28ebdede88eadf0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)