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 | 閭帛捷譴 | 1110100010000011100110111110010110001111101101111110011010100010 | e8839be58fb7e6a2 |
EUC-JP | 閭帛捷譴 | 1110111111100011110101101110011110111110101110011110110010100100 | efe3d6e7beb9eca4 |
UTF-8 | 閭帛捷譴 | 111010011001011010101101111001011011100010011011111001101000110110110111111010001010110110110100 | e996ade5b89be68db7e8adb4 |
UHC | 閭帛捷譴 | 1101010111101111110110111101100111110100110111111100110010111001 | d5efdbd9f4dfccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)