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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?鋼?齷 | 001111111000110101111100001111111110101010011001 | 3f8d7c3fea99 |
EUC-JP | ?鋼?齷 | 001111111011100111011101001111111111001111111001 | 3fb9dd3ff3f9 |
UTF-8 | 뤶鋼쭗齷 | 111010111010010010110110111010011000101110111100111011001010110110010111111010011011110110110111 | eba4b6e98bbcecad97e9bdb7 |
UHC | 뤶鋼쭗齷 | 1000111111100100110010111011110010100111100011111110010011001011 | 8fe4cbbca78fe4cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)