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 | 饒??弱?? | 1110100101100000001111110011111110001110111000110011111100111111 | e9603f3f8ee33f3f |
EUC-JP | 饒??弱?? | 1111000111000001001111110011111110111100111001010011111100111111 | f1c13f3fbce53f3f |
UTF-8 | 饒ⓩ뿓弱볡쾺 | 111010011010010110010010111000101001001110101001111010111011111110010011111001011011110010110001111010111011001110100001111011001011111010111010 | e9a592e293a9ebbf93e5bcb1ebb3a1ecbeba |
UHC | 饒ⓩ뿓弱볡쾺 | 111010011010111010101000111001101001011110010111111001011011000010010011111001111011001010010000 | e9aea8e69797e5b093e7b290 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)