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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???曝だB | 0011111100111111001111111001010010011000100000101011111001000010 | 3f3f3f949882be42 |
EUC-JP | ???曝だB | 0011111100111111001111111100011111111000101001001100000001000010 | 3f3f3fc7f8a4c042 |
UTF-8 | ∼룶엑曝だB | 11100010100010001011110011101011101000111011011011101100100101111001000111100110100110111001110111100011100000011010000001000010 | e288bceba3b6ec9791e69b9de381a042 |
UHC | ∼룶엑曝だB | 1010000110101101100011111010101110111111101000101111100011101101101010101100000001000010 | a1ad8fabbfa2f8edaac042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)