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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 耀??泣③? | 100101110111001100111111001111111000101110000011100001110100001000111111 | 97733f3f8b8387423f |
EUC-JP | 耀??泣?? | 1100110111010100001111110011111110110101111000110011111100111111 | cdd43f3fb5e33f3f |
UTF-8 | 耀뷂퐦泣③댖 | 111010001000000010000000111010111011011110000010111011011001000010100110111001101011001110100011111000101001000110100010111010111000110010010110 | e88080ebb782ed90a6e6b3a3e291a2eb8c96 |
UHC | 耀뷂퐦泣③댖 | 111010011010010110010100111011111011110110001111111010111110100010101000111010011000100010111010 | e9a594efbd8febe8a8e988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)