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 | 瑕曺・ホ | 111000001110101011111010110111101010010111001110 | e0eafadea5ce |
EUC-JP | 瑕曺・ホ | 111000001110110010001111110000101110110110001110101001011000111011001110 | e0ec8fc2ed8ea58ece |
UTF-8 | 瑕曺・ホ | 111001111001000110010101111001101001101110111010111011111011110110100101111011111011111010001110 | e79195e69bbaefbda5efbe8e |
UHC | 瑕曺?? | 111110011100001011110000110001100011111100111111 | f9c2f0c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)