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 | 100010001100000100111111001111111000100011000001001111110011111101000010 | 88c13f3f88c13f3f42 |
EUC-JP | 庵??庵??B | 101100001100001100111111001111111011000011000011001111110011111101000010 | b0c33f3fb0c33f3f42 |
UTF-8 | 庵띺뤆庵띺뤆B | 11100101101110101011010111101011100111011011101011101011101001001000011011100101101110101011010111101011100111011011101011101011101001001000011001000010 | e5bab5eb9dbaeba486e5bab5eb9dbaeba48642 |
UHC | 庵띺뤆庵띺뤆B | 11100100110111011000110111101001100011111011011011100100110111011000110111101001100011111011011001000010 | e4dd8de98fb6e4dd8de98fb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)