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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | ?畢C | 00111111100101010100110001000011 | 3f954c43 |
EUC-JP | ?畢C | 00111111110010011010110101000011 | 3fc9ad43 |
UTF-8 | 뤒畢C | 11101011101001001001001011100111100101011010001001000011 | eba492e795a243 |
UHC | 뤒畢C | 1000111111000010111110011011010001000011 | 8fc2f9b443 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)