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 | 衣?程??? | 1000100011011111001111111001001011110110001111110011111100111111 | 88df3f92f63f3f3f |
EUC-JP | 衣?程??? | 1011000011100001001111111100010011111000001111110011111100111111 | b0e13fc4f83f3f3f |
UTF-8 | 衣렋程쇤렲랜 | 111010001010000110100011111010111010000010001011111001111010100010001011111011001000011110100100111010111010000010110010111010111001111010011100 | e8a1a3eba08be7a88bec87a4eba0b2eb9e9c |
UHC | 衣렋程쇤렲랜 | 111010111111110110001110101000101110111111101111101111001110100110001110101111111011011110100011 | ebfd8ea2efefbce98ebfb7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)