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 | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
SJIS-WIN | 源?o雍?x | 100011001011100100111111100000101000111111101000101101000011111101111000 | 8cb93f828fe8b43f78 |
EUC-JP | 源?o雍?x | 101110001011101100111111101000111110111111110000101101100011111101111000 | b8bb3fa3eff0b63f78 |
UTF-8 | 源장o雍렟x | 11100110101110101001000011101100100111101010010111101111101111011000111111101001100110111000110111101011101000001001111101111000 | e6ba90ec9ea5efbd8fe99b8deba09f78 |
UHC | 源장o雍렟x | 1110101010111001110000001110010110100011111011111110100010111100100011101011000001111000 | eab9c0e5a3efe8bc8eb078 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)