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 | 厄μ?誼 | 10010110111011111000001111001010001111111000101101100010 | 96ef83ca3f8b62 |
EUC-JP | 厄μ?誼 | 11001100111100011010011011001100001111111011010111000011 | ccf1a6cc3fb5c3 |
UTF-8 | 厄μ옓誼 | 1110010110001110100001001100111010111100111011001001100010010011111010001010101010111100 | e58e84cebcec9893e8aabc |
UHC | 厄μ옓誼 | 1110010011111000101001011110110010011110100110011110101111111110 | e4f8a5ec9e99ebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)