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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 才?瀞?F | 10001101110010110011111110010011110100100011111101000110 | 8dcb3f93d23f46 |
EUC-JP | 才?瀞?F | 10111010110011010011111111000110110101000011111101000110 | bacd3fc6d43f46 |
UTF-8 | 才렱瀞렕F | 11100110100010011000110111101011101000001011000111100111100000001001111011101011101000001001010101000110 | e6898deba0b1e7809eeba09546 |
UHC | 才렱瀞렕F | 111011101010011010001110101111101110111111100111100011101010101001000110 | eea68ebeefe78eaa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)