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 | 邁礼ー唯 | 11100111101100001001011111100111101100001001011101000010 | e7b097e7b09742 |
EUC-JP | 邁礼ー唯 | 1110111010110010110011101110100110001110101100001100110110100011 | eeb2cee98eb0cda3 |
UTF-8 | 邁礼ー唯 | 111010011000001010000001111001111010010010111100111011111011110110110000111001011001010010101111 | e98281e7a4bcefbdb0e594af |
UHC | 邁??唯 | 110110001110010000111111001111111110101011100110 | d8e43f3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)