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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蹊??^ | 1110011011111100001111110011111101011110 | e6fc3f3f5e |
EUC-JP | 蹊??^ | 1110110011111110001111110011111101011110 | ecfe3f3f5e |
UTF-8 | 蹊쐐렘^ | 11101000101110011000101011101100100100001001000011101011101000001001100001011110 | e8b98aec9090eba0985e |
UHC | 蹊쐐렘^ | 11111011101101111011110111111011101101111011110101011110 | fbb7bdfbb7bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)