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 | 財???? | 100011011110000000111111001111110011111100111111 | 8de03f3f3f3f |
EUC-JP | 財???? | 101110101110001000111111001111110011111100111111 | bae23f3f3f3f |
UTF-8 | 財몇렋얩렚 | 111010001011001010100001111010111010101010000111111010111010000010001011111011001001011010101001111010111010000010011010 | e8b2a1ebaa87eba08bec96a9eba09a |
UHC | 財몇렋얩렚 | 11101110101011111011100011101110100011101010001010111110111011011000111010101101 | eeafb8ee8ea2beed8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)