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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 節??諺 | 100100001101111100111111001111111000110010111111 | 90df3f3f8cbf |
EUC-JP | 節??諺 | 110000001110000100111111001111111011100011000001 | c0e13f3fb8c1 |
UTF-8 | 節놂슴諺 | 111001111010111110000000111010111000011010000010111011001000101010110100111010001010101110111010 | e7af80eb8682ec8ab4e8abba |
UHC | 節놂슴諺 | 1110111110111101101100111110111110111101101111111110010111101100 | efbdb3efbdbfe5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)