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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴉?筬蟹 | 11101001111010110011111111100010101010111000101001001001 | e9eb3fe2ab8a49 |
EUC-JP | 鴉?筬蟹 | 11110010111011010011111111100100101011011011001110101010 | f2ed3fe4adb3aa |
UTF-8 | 鴉랓筬蟹 | 111010011011010010001001111010111001111010010011111001111010110110101100111010001001111110111001 | e9b489eb9e93e7adace89fb9 |
UHC | 鴉랓筬蟹 | 1110010010111100100011011111100011100000111111101111101010101111 | e4bc8df8e0fefaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)