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 | ??IG??IR | 0011111100111111010010010100011100111111001111110100100101010010 | 3f3f49473f3f4952 |
SJIS-WIN | ?讓IG?讓IR | 00111111111001101010100001001001010001110011111111100110101010000100100101010010 | 3fe6a849473fe6a84952 |
EUC-JP | 嶴讓IG嶴讓IR | 1000111110111011111100111110110010101010010010010100011110001111101110111111001111101100101010100100100101010010 | 8fbbf3ecaa49478fbbf3ecaa4952 |
UTF-8 | 嶴讓IG嶴讓IR | 11100101101101101011010011101000101011101001001101001001010001111110010110110110101101001110100010101110100100110100100101010010 | e5b6b4e8ae934947e5b6b4e8ae934952 |
UHC | ?讓IG?讓IR | 00111111111001011101001101001001010001110011111111100101110100110100100101010010 | 3fe5d349473fe5d34952 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)