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 | ????EE | 001111110011111100111111001111110100010101000101 | 3f3f3f3f4545 |
SJIS-WIN | ?手瓣〓EE | 001111111000111011101000111000010100000110000001101011000100010101000101 | 3f8ee8e14181ac4545 |
EUC-JP | ?手瓣〓EE | 001111111011110011101010111000011010001010100010101011100100010101000101 | 3fbceae1a2a2ae4545 |
UTF-8 | 룶手瓣〓EE | 1110101110100011101101101110011010001001100010111110011110010011101000111110001110000000100100110100010101000101 | eba3b6e6898be793a3e380934545 |
UHC | 룶手瓣〓EE | 10001111101010111110001010100010111101111111101110100001111010110100010101000101 | 8fabe2a2f7fba1eb4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)