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 | FU®H | 10010010010001101001001001010101100100011010111010010010010010001001000110011111 | 9246925591ae9248919f |
SJIS-WIN | ?F?U???H?? | 00111111010001100011111101010101001111110011111100111111010010000011111100111111 | 3f463f553f3f3f483f3f |
EUC-JP | ?F?U?®?H?? | 001111110100011000111111010101010011111110001111101000101110111000111111010010000011111100111111 | 3f463f553f8fa2ee3f483f3f |
UTF-8 | FU®H | 1100001010010010010001101100001010010010010101011100001010010001110000101010111011000010100100100100100011000010100100011100001010011111 | c29246c29255c291c2aec29248c291c29f |
UHC | ?F?U?®?H?? | 0011111101000110001111110101010100111111101000101110011100111111010010000011111100111111 | 3f463f553fa2e73f483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)