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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 膣合換B | 11100100010100111000110110000111100010101011011101000010 | e4538d878ab742 |
EUC-JP | 膣合換B | 11100111101101001011100111100111101101001011100101000010 | e7b4b9e7b4b942 |
UTF-8 | 膣合換B | 11101000100001101010001111100101100100001000100011100110100011111001101101000010 | e886a3e59088e68f9b42 |
UHC | 膣合換B | 11110010111100111111100111101010111111001011010101000010 | f2f3f9eafcb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)