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 | 癒??乳 | 100101101111110000111111001111111001001111111011 | 96fc3f3f93fb |
EUC-JP | 癒??乳 | 110011001111111000111111001111111100011011111101 | ccfe3f3fc6fd |
UTF-8 | 癒쇰끃乳 | 111001111001100110010010111011001000011110110000111010111000000110000011111001001011100110110011 | e79992ec87b0eb8183e4b9b3 |
UHC | 癒쇰끃乳 | 1110101110101000101111001110101110000101101110011110101011100001 | eba8bceb85b9eae1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)