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 | ?蒡?齷 | 001111111110010011101110001111111110101010011001 | 3fe4ee3fea99 |
EUC-JP | ?蒡?齷 | 001111111110100011110000001111111111001111111001 | 3fe8f03ff3f9 |
UTF-8 | 뤊蒡킃齷 | 111010111010010010001010111010001001001010100001111011011000001010000011111010011011110110110111 | eba48ae892a1ed8283e9bdb7 |
UHC | 뤊蒡킃齷 | 1000111110111010110110111011110010110100100011111110010011001011 | 8fbadbbcb48fe4cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)