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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????! | 00111111001111110011111100111111001111111000000101001001 | 3f3f3f3f3f8149 |
EUC-JP | ?????! | 00111111001111110011111100111111001111111010000110101010 | 3f3f3f3f3fa1aa |
UTF-8 | 룶엌룵뇜룶! | 111010111010001110110110111011001001011110001100111010111010001110110101111010111000011110011100111010111010001110110110111011111011110010000001 | eba3b6ec978ceba3b5eb879ceba3b6efbc81 |
UHC | 룶엌룵뇜룶! | 100011111010101110111110111111011000111110101010101100111111110110001111101010111010001110100001 | 8fabbefd8faab3fd8faba3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)