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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?冒?冒B | 00111111100101100110000000111111100101100110000001000010 | 3f96603f966042 |
EUC-JP | ?冒?冒B | 00111111110010111100000100111111110010111100000101000010 | 3fcbc13fcbc142 |
UTF-8 | 렺冒렺冒B | 11101011101000001011101011100101100001101001001011101011101000001011101011100101100001101001001001000010 | eba0bae58692eba0bae5869242 |
UHC | 렺冒렺冒B | 100011101100001011011001101100111000111011000010110110011011001101000010 | 8ec2d9b38ec2d9b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)