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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??濯??B | 00111111001111111001000111110011001111110011111101000010 | 3f3f91f33f3f42 |
EUC-JP | ??濯??B | 00111111001111111100001011110101001111110011111101000010 | 3f3fc2f53f3f42 |
UTF-8 | 룶웩濯룫큆B | 11101011101000111011011011101100100110111010100111100110101111111010111111101011101000111010101111101101100000011000011001000010 | eba3b6ec9ba9e6bfafeba3abed818642 |
UHC | 룶웩濯룫큆B | 1000111110101011110000001010000111110110111110111000111110100010101101000101001101000010 | 8fabc0a1f6fb8fa2b45342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)