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 | ?????P] | 00111111001111110011111100111111001111110101000001011101 | 3f3f3f3f3f505d |
SJIS-WIN | 晶澈ァ失P] | 1000111110111011111110011100010011111011010010111010011110001110101110000101000001011101 | 8fbbf9c4fb4ba78eb8505d |
EUC-JP | 晶?澈ァ失P] | 101111101011110100111111100011111100100011100101100011101010011110111100101110100101000001011101 | bebd3f8fc8e58ea7bcba505d |
UTF-8 | 晶澈ァ失P] | 1110011010011001101101101110111010011100100111111110011010111110100010001110111110111101101001111110010110100100101100010101000001011101 | e699b6ee9c9fe6be88efbda7e5a4b1505d |
UHC | 晶?澈?失P] | 11101111110111000011111111110100110011010011111111100011111101110101000001011101 | efdc3ff4cd3fe3f7505d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)