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 | 10010110110110111110010011000000100101111000001001000010 | 96dbe4c0978242 |
EUC-JP | 杢菎翌B | 11001100110111011110100011000010110011011110001001000010 | ccdde8c2cde242 |
UTF-8 | 杢菎翌B | 11100110100111011010001011101000100011111000111011100111101111111000110001000010 | e69da2e88f8ee7bf8c42 |
UHC | ??翌B | 0011111100111111111011001100111001000010 | 3f3fecce42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)