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 | 衣???? | 100010001101111100111111001111110011111100111111 | 88df3f3f3f3f |
EUC-JP | 衣???? | 101100001110000100111111001111110011111100111111 | b0e13f3f3f3f |
UTF-8 | 衣펩커뤯헤 | 111010001010000110100011111011011000111010101001111011001011101110100100111010111010010010101111111011011001011110100100 | e8a1a3ed8ea9ecbba4eba4afed97a4 |
UHC | 衣펩커뤯헤 | 11101011111111011100011011101001110001001011111110001111110111011100011111101100 | ebfdc6e9c4bf8fddc7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)