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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 予??Q] | 100101110101110000111111001111110101000101011101 | 975c3f3f515d |
EUC-JP | 予??Q] | 110011011011110100111111001111110101000101011101 | cdbd3f3f515d |
UTF-8 | 予롰돂Q] | 1110010010111010100010001110101110100001101100001110101110001111100000100101000101011101 | e4ba88eba1b0eb8f82515d |
UHC | 予롰돂Q] | 1110010111111000100011101110110110001001100101010101000101011101 | e5f88eed8995515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)