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 | 肄叱炅 | 111000111110010110001110101101101111101101010001 | e3e58eb6fb51 |
EUC-JP | 肄叱炅 | 11100110111001111011110010111000100011111100100111001010 | e6e7bcb88fc9ca |
UTF-8 | 肄叱炅 | 111010001000001010000100111001011000111110110001111001111000001010000101 | e88284e58fb1e78285 |
UHC | 肄叱炅 | 111011001011110111110010111010101100110011011101 | ecbdf2eaccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)