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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 覦跪禳 | 111001100100111111100110111011001110001001011001 | e64fe6ece259 |
EUC-JP | 覦跪禳 | 111010111011000011101100111011101110001110111010 | ebb0eceee3ba |
UTF-8 | 覦跪禳 | 111010001010011010100110111010001011011110101010111001111010011010110011 | e8a6a6e8b7aae7a6b3 |
UHC | ??禳 | 00111111001111111110010111001100 | 3f3fe5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)