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 | 魘雅陪增セ | 111010011011010010001001111010111001010010000110111110101001110110111110 | e9b489eb9486fa9dbe |
EUC-JP | 魘雅陪?セ | 111100101011011010110010111011011100011111100110001111111000111010111110 | f2b6b2edc7e63f8ebe |
UTF-8 | 魘雅陪增セ | 111010011010110110011000111010011001101110000101111010011001100110101010111001011010001010011110111011111011110110111110 | e9ad98e99b85e999aae5a29eefbdbe |
UHC | ?雅陪增? | 0011111111100100101110101101101111010110111100011111001000111111 | 3fe4badbd6f1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)