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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 蕣鰹習H | 11100100111110101000101010001111100011110100101101001000 | e4fa8a8f8f4b48 |
EUC-JP | 蕣鰹習H | 11101000111111001011001111101111101111011010110001001000 | e8fcb3efbdac48 |
UTF-8 | 蕣鰹習H | 11101000100101011010001111101001101100001011100111100111101111111001001001001000 | e895a3e9b0b9e7bf9248 |
UHC | 蕣?習H | 111000101111001000111111111000111010011101001000 | e2f23fe3a748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)