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 | 閭帛粋縲 | 1110100010000011100110111110010110010000100010001110001110000000 | e8839be59088e380 |
EUC-JP | 閭帛粋縲 | 1110111111100011110101101110011110111111111010001110010111100000 | efe3d6e7bfe8e5e0 |
UTF-8 | 閭帛粋縲 | 111010011001011010101101111001011011100010011011111001111011001010001011111001111011100010110010 | e996ade5b89be7b28be7b8b2 |
UHC | 閭帛?? | 110101011110111111011011110110010011111100111111 | d5efdbd93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)