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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 駭??恁??B | 111010010110111000111111001111111001110010001100001111110011111101000010 | e96e3f3f9c8c3f3f42 |
EUC-JP | 駭??恁??B | 111100011100111100111111001111111101011111101100001111110011111101000010 | f1cf3f3fd7ec3f3f42 |
UTF-8 | 駭과텪恁과텪B | 11101001101001111010110111101010101100111011110011101101100001011010101011100110100000011000000111101010101100111011110011101101100001011010101001000010 | e9a7adeab3bced85aae68181eab3bced85aa42 |
UHC | 駭과텪恁과텪B | 11111010101101001011000011111010101101101001111011101100111101101011000011111010101101101001111001000010 | fab4b0fab69eecf6b0fab69e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)