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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 悅??邀? | 11111010101111010011111100111111111001111011000100111111 | fabd3f3fe7b13f |
EUC-JP | ???邀? | 001111110011111100111111111011101011001100111111 | 3f3f3feeb33f |
UTF-8 | 悅덆옦邀랡 | 111001101000001010000101111010111000110110000110111011001001100010100110111010011000001010000000111010111001111010100001 | e68285eb8d86ec98a6e98280eb9ea1 |
UHC | 悅덆옦邀랡 | 11100110111011011000100011101001100111101010011011101001101011011000111001000010 | e6ed88e99ea6e9ad8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)