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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | ???怡~ | 001111110011111100111111100111000111110101111110 | 3f3f3f9c7d7e |
EUC-JP | ???怡~ | 001111110011111100111111110101111101111001111110 | 3f3f3fd7de7e |
UTF-8 | 룶⅝룫怡~ | 11101011101000111011011011100010100001011001110111101011101000111010101111100110100000001010000101111110 | eba3b6e2859deba3abe680a17e |
UHC | 룶⅝룫怡~ | 100011111010101110101000111111011000111110100010111011001010111001111110 | 8faba8fd8fa2ecae7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)