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 | ???唯ζ | 00111111001111110011111110010111010000101000001111000100 | 3f3f3f974283c4 |
EUC-JP | 獒??唯ζ | 100011111100101110111011001111110011111111001101101000111010011011000110 | 8fcbbb3f3fcda3a6c6 |
UTF-8 | 獒붽쑴唯ζ | 1110011110001101100100101110101110110110101111011110110010010001101101001110010110010100101011111100111010110110 | e78d92ebb6bdec91b4e594afceb6 |
UHC | 獒붽쑴唯ζ | 11101000101000111001010011101010101111101010100111101010111001101010010111100110 | e8a394eabea9eae6a5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)