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 | ÞûÌé | 1101111011111011110011001110100110001111 | defbcce98f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ÞûÌé? | 10001111101010011011000010001111101010111110010110001111101010101100000010001111101010111011000100111111 | 8fa9b08fabe58faac08fabb13f |
UTF-8 | ÞûÌé | 11000011100111101100001110111011110000111000110011000011101010011100001010001111 | c39ec3bbc38cc3a9c28f |
UHC | Þ???? | 101010001010110100111111001111110011111100111111 | a8ad3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)