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 | 燁???ζ? | 1111101101011001001111110011111100111111100000111100010000111111 | fb593f3f3f83c43f |
EUC-JP | 燁???ζ? | 100011111100101010110011001111110011111100111111101001101100011000111111 | 8fcab33f3f3fa6c63f |
UTF-8 | 燁㏓뜄杻ζ껸 | 1110011110000111100000011110001110001111100100111110101110011100100001001110111110100111100010001100111010110110111010101011101110111000 | e78781e38f93eb9c84efa788ceb6eabbb8 |
UHC | 燁㏓뜄杻ζ껸 | 111001111010011110100111111010111000110110001000111010101111010010100101111001101011001010111001 | e7a7a7eb8d88eaf4a5e6b2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)