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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 癒??癒??B | 100101101111110000111111001111111001011011111100001111110011111101000010 | 96fc3f3f96fc3f3f42 |
EUC-JP | 癒??癒??B | 110011001111111000111111001111111100110011111110001111110011111101000010 | ccfe3f3fccfe3f3f42 |
UTF-8 | 癒뤿렖癒뤿렖B | 11100111100110011001001011101011101001001011111111101011101000001001011011100111100110011001001011101011101001001011111111101011101000001001011001000010 | e79992eba4bfeba096e79992eba4bfeba09642 |
UHC | 癒뤿렖癒뤿렖B | 11101011101010001000111111101011100011101010101111101011101010001000111111101011100011101010101101000010 | eba88feb8eabeba88feb8eab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)