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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 粢叱炅 | 111000101110010110001110101101101111101101010001 | e2e58eb6fb51 |
EUC-JP | 粢叱炅 | 11100100111001111011110010111000100011111100100111001010 | e4e7bcb88fc9ca |
UTF-8 | 粢叱炅 | 111001111011001010100010111001011000111110110001111001111000001010000101 | e7b2a2e58fb1e78285 |
UHC | ?叱炅 | 0011111111110010111010101100110011011101 | 3ff2eaccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)