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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 隶瑚ス渙ェc^ | 11101000101011101000110011101000101111011001111111010000101010100110001101011110 | e8ae8ce8bd9fd0aa635e |
EUC-JP | 隶瑚ス渙ェc^ | 111100001011000010111000111010101000111010111101110111101101001010001110101010100110001101011110 | f0b0b8ea8ebdded28eaa635e |
UTF-8 | 隶瑚ス渙ェc^ | 1110100110011010101101101110011110010001100110101110111110111101101111011110011010111000100110011110111110111101101010100110001101011110 | e99ab6e7919aefbdbde6b899efbdaa635e |
UHC | ?瑚?渙?c^ | 001111111111101111010001001111111111110010111001001111110110001101011110 | 3ffbd13ffcb93f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)