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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 裝脛濱B | 11100101111001001110001111111000111000000101111101000010 | e5e4e3f8e05f42 |
EUC-JP | 裝脛濱B | 11101010111001101110011011111010110111111100000001000010 | eae6e6fadfc042 |
UTF-8 | 裝脛濱B | 11101000101000111001110111101000100001001001101111100110101111111011000101000010 | e8a39de8849be6bfb142 |
UHC | 裝脛濱B | 11101101111110111100110011101011110111101011010001000010 | edfbccebdeb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)