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 | 僥??外 | 100110010100011000111111001111111000101001001111 | 99463f3f8a4f |
EUC-JP | 僥??外 | 110100011010011100111111001111111011001110110000 | d1a73f3fb3b0 |
UTF-8 | 僥먲풁外 | 111001011000001110100101111010111010100010110010111011011001001010000001111001011010010010010110 | e583a5eba8b2ed9281e5a496 |
UHC | 僥먲풁外 | 1110100011101001100100001110111110111110100010101110100011100010 | e8e990efbe8ae8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)