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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 摯?煖^ | 100111011001010100111111111000001000101101011110 | 9d953fe08b5e |
EUC-JP | 摯?煖^ | 110110011111010100111111110111111110101101011110 | d9f53fdfeb5e |
UTF-8 | 摯쾨煖^ | 11100110100100011010111111101100101111101010100011100111100001011001011001011110 | e691afecbea8e785965e |
UHC | 摯쾨煖^ | 11110010101001111100010011101010110100011110111001011110 | f2a7c4ead1ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)