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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佯??吟 | 100110001101000100111111001111111000101111100001 | 98d13f3f8be1 |
EUC-JP | 佯??吟 | 110100001101001100111111001111111011011011100011 | d0d33f3fb6e3 |
UTF-8 | 佯뺤쒼吟 | 111001001011110110101111111010111011101010100100111011001001001010111100111001011001000010011111 | e4bdafebbaa4ec92bce5909f |
UHC | 佯뺤쒼吟 | 1110010110111010100101011110110010111110101100001110101111100001 | e5ba95ecbeb0ebe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)