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 | 1000110011101011001111110011111110010111010010110011111101000010 | 8ceb3f3f974b3f42 |
EUC-JP | 誤??揖?B | 1011100011101101001111110011111111001101101011000011111101000010 | b8ed3f3fcdac3f42 |
UTF-8 | 誤곣뫜揖늖B | 11101000101010101010010011101010101100111010001111101011101010111001110011100110100011111001011011101011100010101001011001000010 | e8aaa4eab3a3ebab9ce68f96eb8a9642 |
UHC | 誤곣뫜揖늖B | 1110100010100110100000011110001010010001101111001110101111100111100010000110010101000010 | e8a681e291bcebe7886542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)