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 | 鞜ス邇貰 | 11101000110111111011110111100111100011101001011011100001 | e8dfbde78e96e1 |
EUC-JP | 鞜ス邇貰 | 1111000011100001100011101011110111101101111011101100110011100011 | f0e18ebdedeecce3 |
UTF-8 | 鞜ス邇貰 | 111010011001111010011100111011111011110110111101111010011000001010000111111010001011001010110000 | e99e9cefbdbde98287e8b2b0 |
UHC | ??邇貰 | 001111110011111111101100110001001110000110101110 | 3f3fecc4e1ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)