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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | テつ妥δセ~ | 110000111000001011000010100100011100001110000011110000101011111001111110 | c382c291c383c2be7e |
EUC-JP | テつ妥δセ~ | 1000111011000011101001001100010011000010110001011010011011000100100011101011111001111110 | 8ec3a4c4c2c5a6c48ebe7e |
UTF-8 | テつ妥δセ~ | 111011111011111010000011111000111000000110100100111001011010011010100101110011101011010011101111101111011011111001111110 | efbe83e381a4e5a6a5ceb4efbdbe7e |
UHC | ?つ妥δ?~ | 001111111010101011000100111101101110011010100101111001000011111101111110 | 3faac4f6e6a5e43f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)