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 | 11100101100000011001010111101011101001011001110011100010100101001010000001000010 | e58195eba59ce294a042 |
EUC-JP | 蛛簿・懌箱B | 1110100111100001110010101110110110001110101001011101100011100100110010001010001001000010 | e9e1caed8ea5d8e4c8a242 |
UTF-8 | 蛛簿・懌箱B | 11101000100110111001101111100111101100001011111111101111101111011010010111100110100001111000110011100111101011101011000101000010 | e89b9be7b0bfefbda5e6878ce7aeb142 |
UHC | 蛛簿??箱B | 111100011100100011011101101011010011111100111111110111111101010101000010 | f1c8ddad3f3fdfd542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)